#AFEF47

Color #AFEF47 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AFEF47

Tints of Conifer #AFEF47

Color information

#AFEF47 (or 0xAFEF47) is unknown color: approx Conifer. HEX triplet: AF, EF and 47. RGB value is (175,239,71). Sum of RGB (Red+Green+Blue) = 175+239+71=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 71 (28.12% from 255 or 14.64% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEF47 is #5010B8. Grayscale: #C9C9C9. Windows color (decimal): -5247161 or 4714415. OLE color: 4714415.

HSL color Cylindrical-coordinate representation of color #AFEF47: hue angle of 82.86º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFEF47 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB17523971-
CMYK0.2700.700.06
HSL82.86º84%60.78%-
HSV(B)82.86º70.29%93.73%-
XYZ49.6871.317.11-
YUV200.7154.8109.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 239 (93.75% from 255) = 49.28%
BLUE value IS 71 (28.12% from 255) = 14.64%
R=36.08%
G=49.28%
B=14.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal175239710.2700.700.0682.868460.78
HexAFEF471B046653543d
Octal257357107330106612312475
Binary10101111111011111000111110110100011011010100111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEF47; }

 p { color: rgb(175,239,71); }

 H1.HeaderClassName
 {
   color: #AFEF47;
 }
 .AnyTagClassName
 {
   color: #AFEF47;
 }
</style>
background-color css

<style>
 a { background-color: #AFEF47; }

 a { background-color: rgb(175,239,71); }

 div.DivClassName
 {
   background-color: #AFEF47;
 }
 .BgClassName
 {
   background-color: #AFEF47;
 }
</style>
border-color css

<style>
 span { border-color: #AFEF47; }

 span { border-color: rgb(175,239,71); }

 td.TdClassName
 {
   border-color: #AFEF47;
 }
 .TagClassName
 {
   border-color: #AFEF47;
 }
</style>