Shades of Conifer #AFE73C
Tints of Conifer #AFE73C
RGB
CMYK
RGB Variations
Color information
#AFE73C (or 0xAFE73C) is known color: Conifer. HEX triplet: AF, E7 and 3C. RGB value is (175,231,60). Sum of RGB (Red+Green+Blue) = 175+231+60=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 231 (90.62% from 255 or 49.57% from 466); Blue value is 60 (23.83% from 255 or 12.88% from 466); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE73C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE73C is #5018C3. Grayscale: #C3C3C3. Windows color (decimal): -5249220 or 3991471. OLE color: 3991471.
HSL color Cylindrical-coordinate representation of color #AFE73C: hue angle of 79.65º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFE73C is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 60 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.09 |
| HSL | 79.65º | 0.78% | 0.57% | - |
| HSV(B) | 79.65º | 0.74% | 0.91% | - |
| XYZ | 47.07 | 66.59 | 14.65 | - |
| YUV | 194.76 | 51.95 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 60 | 0.24 | 0 | 0.74 | 0.09 | 79.65 | 0.78 | 0.57 |
| Hex | AF | E7 | 3C | 18 | 0 | 4A | 9 | 50 | 4E | 39 |
| Octal | 257 | 347 | 74 | 30 | 0 | 112 | 11 | 120 | 116 | 71 |
| Binary | 10101111 | 11100111 | 111100 | 11000 | 0 | 1001010 | 1001 | 1010000 | 1001110 | 111001 |
Color Harmonies of #AFE73C
Complementary color
Monochromatic Colors of #AFE73C
Black with #AFE73C
Text Example
Text Example
White with #AFE73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE73C; }
p { color: rgb(175,231,60); }
H1.HeaderClassName
{
color: #AFE73C;
}
.AnyTagClassName
{
color: #AFE73C;
}
</style>
background-color css
<style>
a { background-color: #AFE73C; }
a { background-color: rgb(175,231,60); }
div.DivClassName
{
background-color: #AFE73C;
}
.BgClassName
{
background-color: #AFE73C;
}
</style>
border-color css
<style>
span { border-color: #AFE73C; }
span { border-color: rgb(175,231,60); }
td.TdClassName
{
border-color: #AFE73C;
}
.TagClassName
{
border-color: #AFE73C;
}
</style>