#AFDB42

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

Shades of Conifer #AFDB42

Tints of Conifer #AFDB42

Color information

#AFDB42 (or 0xAFDB42) is unknown color: approx Conifer. HEX triplet: AF, DB and 42. RGB value is (175,219,66). Sum of RGB (Red+Green+Blue) = 175+219+66=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB42 is #5024BD. Grayscale: #BCBCBC. Windows color (decimal): -5252286 or 4381615. OLE color: 4381615.

HSL color Cylindrical-coordinate representation of color #AFDB42: hue angle of 77.25º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFDB42 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB17521966-
CMYK0.2000.700.14
HSL77.25º68%55.88%-
HSV(B)77.25º69.86%85.88%-
XYZ43.9960.1714.45-
YUV188.458.92118.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 219 (85.94% from 255) = 47.61%
BLUE value IS 66 (26.17% from 255) = 14.35%
R=38.04%
G=47.61%
B=14.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal175219660.2000.700.1477.256855.88
HexAFDB4214046E4d4438
Octal2573331022401061611510470
Binary101011111101101110000101010001000110111010011011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDB42; }

 p { color: rgb(175,219,66); }

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

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

 a { background-color: rgb(175,219,66); }

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

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

 span { border-color: rgb(175,219,66); }

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