#AFDF45

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

Shades of Conifer #AFDF45

Tints of Conifer #AFDF45

Color information

#AFDF45 (or 0xAFDF45) is unknown color: approx Conifer. HEX triplet: AF, DF and 45. RGB value is (175,223,69). Sum of RGB (Red+Green+Blue) = 175+223+69=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF45 is #5020BA. Grayscale: #BFBFBF. Windows color (decimal): -5251259 or 4579247. OLE color: 4579247.

HSL color Cylindrical-coordinate representation of color #AFDF45: hue angle of 78.7º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFDF45 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB17522369-
CMYK0.2200.690.13
HSL78.7º70.64%57.25%-
HSV(B)78.7º69.06%87.45%-
XYZ45.1462.3215.28-
YUV191.0959.1116.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 223 (87.5% from 255) = 47.75%
BLUE value IS 69 (27.34% from 255) = 14.78%
R=37.47%
G=47.75%
B=14.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175223690.2200.690.1378.770.6457.25
HexAFDF4516045D4f4739
Octal2573371052601051511710771
Binary101011111101111110001011011001000101110110011111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDF45; }

 p { color: rgb(175,223,69); }

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

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

 a { background-color: rgb(175,223,69); }

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

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

 span { border-color: rgb(175,223,69); }

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