Shades of Conifer #AFF04D
Tints of Conifer #AFF04D
RGB
CMYK
RGB Variations
Color information
#AFF04D (or 0xAFF04D) is known color: Conifer. HEX triplet: AF, F0 and 4D. RGB value is (175,240,77). Sum of RGB (Red+Green+Blue) = 175+240+77=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF04D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF04D is #500FB2. Grayscale: #CACACA. Windows color (decimal): -5246899 or 5107887. OLE color: 5107887.
HSL color Cylindrical-coordinate representation of color #AFF04D: hue angle of 83.93º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFF04D is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 77 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.06 |
| HSL | 83.93º | 0.84% | 0.62% | - |
| HSV(B) | 83.93º | 0.68% | 0.94% | - |
| XYZ | 50.18 | 71.97 | 18.27 | - |
| YUV | 201.98 | 57.47 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 77 | 0.27 | 0 | 0.68 | 0.06 | 83.93 | 0.84 | 0.62 |
| Hex | AF | F0 | 4D | 1B | 0 | 44 | 6 | 54 | 54 | 3E |
| Octal | 257 | 360 | 115 | 33 | 0 | 104 | 6 | 124 | 124 | 76 |
| Binary | 10101111 | 11110000 | 1001101 | 11011 | 0 | 1000100 | 110 | 1010100 | 1010100 | 111110 |
Color Harmonies of #AFF04D
Complementary color
Monochromatic Colors of #AFF04D
Black with #AFF04D
Text Example
Text Example
White with #AFF04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF04D; }
p { color: rgb(175,240,77); }
H1.HeaderClassName
{
color: #AFF04D;
}
.AnyTagClassName
{
color: #AFF04D;
}
</style>
background-color css
<style>
a { background-color: #AFF04D; }
a { background-color: rgb(175,240,77); }
div.DivClassName
{
background-color: #AFF04D;
}
.BgClassName
{
background-color: #AFF04D;
}
</style>
border-color css
<style>
span { border-color: #AFF04D; }
span { border-color: rgb(175,240,77); }
td.TdClassName
{
border-color: #AFF04D;
}
.TagClassName
{
border-color: #AFF04D;
}
</style>