#AFDC4B

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

Shades of Conifer #AFDC4B

Tints of Conifer #AFDC4B

Color information

#AFDC4B (or 0xAFDC4B) is unknown color: approx Conifer. HEX triplet: AF, DC and 4B. RGB value is (175,220,75). Sum of RGB (Red+Green+Blue) = 175+220+75=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC4B is #5023B4. Grayscale: #BEBEBE. Windows color (decimal): -5252021 or 4971695. OLE color: 4971695.

HSL color Cylindrical-coordinate representation of color #AFDC4B: hue angle of 78.62º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFDC4B is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB17522075-
CMYK0.2000.660.14
HSL78.62º67.44%57.84%-
HSV(B)78.62º65.91%86.27%-
XYZ44.5460.8116.05-
YUV190.0263.09117.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 220 (86.33% from 255) = 46.81%
BLUE value IS 75 (29.69% from 255) = 15.96%
R=37.23%
G=46.81%
B=15.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal175220750.2000.660.1478.6267.4457.84
HexAFDC4B14042E4f433a
Octal2573341132401021611710372
Binary101011111101110010010111010001000010111010011111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDC4B; }

 p { color: rgb(175,220,75); }

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

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

 a { background-color: rgb(175,220,75); }

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

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

 span { border-color: rgb(175,220,75); }

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