Shades of Conifer #AFDF50
Tints of Conifer #AFDF50
RGB
CMYK
RGB Variations
Color information
#AFDF50 (or 0xAFDF50) is known color: Conifer. HEX triplet: AF, DF and 50. RGB value is (175,223,80). Sum of RGB (Red+Green+Blue) = 175+223+80=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF50 is #5020AF. Grayscale: #C0C0C0. Windows color (decimal): -5251248 or 5300143. OLE color: 5300143.
HSL color Cylindrical-coordinate representation of color #AFDF50: hue angle of 80.14º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFDF50 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 80 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.13 |
| HSL | 80.14º | 0.69% | 0.59% | - |
| HSV(B) | 80.14º | 0.64% | 0.87% | - |
| XYZ | 45.51 | 62.47 | 17.25 | - |
| YUV | 192.35 | 64.6 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 80 | 0.22 | 0 | 0.64 | 0.13 | 80.14 | 0.69 | 0.59 |
| Hex | AF | DF | 50 | 16 | 0 | 40 | D | 50 | 45 | 3B |
| Octal | 257 | 337 | 120 | 26 | 0 | 100 | 15 | 120 | 105 | 73 |
| Binary | 10101111 | 11011111 | 1010000 | 10110 | 0 | 1000000 | 1101 | 1010000 | 1000101 | 111011 |
Color Harmonies of #AFDF50
Complementary color
Monochromatic Colors of #AFDF50
Black with #AFDF50
Text Example
Text Example
White with #AFDF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF50; }
p { color: rgb(175,223,80); }
H1.HeaderClassName
{
color: #AFDF50;
}
.AnyTagClassName
{
color: #AFDF50;
}
</style>
background-color css
<style>
a { background-color: #AFDF50; }
a { background-color: rgb(175,223,80); }
div.DivClassName
{
background-color: #AFDF50;
}
.BgClassName
{
background-color: #AFDF50;
}
</style>
border-color css
<style>
span { border-color: #AFDF50; }
span { border-color: rgb(175,223,80); }
td.TdClassName
{
border-color: #AFDF50;
}
.TagClassName
{
border-color: #AFDF50;
}
</style>