#AFDF4B

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

Shades of Conifer #AFDF4B

Tints of Conifer #AFDF4B

Color information

#AFDF4B (or 0xAFDF4B) is unknown color: approx Conifer. HEX triplet: AF, DF and 4B. RGB value is (175,223,75). Sum of RGB (Red+Green+Blue) = 175+223+75=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF4B is #5020B4. Grayscale: #C0C0C0. Windows color (decimal): -5251253 or 4972463. OLE color: 4972463.

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

Color convert

RGB17522375-
CMYK0.2200.660.13
HSL79.46º69.81%58.43%-
HSV(B)79.46º66.37%87.45%-
XYZ45.3462.416.31-
YUV191.7862.1116.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 223 (87.5% from 255) = 47.15%
BLUE value IS 75 (29.69% from 255) = 15.86%
R=37.00%
G=47.15%
B=15.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175223750.2200.660.1379.4669.8158.43
HexAFDF4B16042D4f463a
Octal2573371132601021511710672
Binary101011111101111110010111011001000010110110011111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDF4B; }

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

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

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

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

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

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

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

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