Shades of Conifer #AFDF4B
Tints of Conifer #AFDF4B
RGB
CMYK
RGB Variations
Color information
#AFDF4B (or 0xAFDF4B) is known color: 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
| RGB | 175 | 223 | 75 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.13 |
| HSL | 79.46º | 0.7% | 0.58% | - |
| HSV(B) | 79.46º | 0.66% | 0.87% | - |
| XYZ | 45.34 | 62.4 | 16.31 | - |
| YUV | 191.78 | 62.1 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 75 | 0.22 | 0 | 0.66 | 0.13 | 79.46 | 0.7 | 0.58 |
| Hex | AF | DF | 4B | 16 | 0 | 42 | D | 4F | 46 | 3A |
| Octal | 257 | 337 | 113 | 26 | 0 | 102 | 15 | 117 | 106 | 72 |
| Binary | 10101111 | 11011111 | 1001011 | 10110 | 0 | 1000010 | 1101 | 1001111 | 1000110 | 111010 |
Color Harmonies of #AFDF4B
Complementary color
Monochromatic Colors of #AFDF4B
Black with #AFDF4B
Text Example
Text Example
White with #AFDF4B
Text Example
Text Example
HTML Codes & Css Web 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>