Shades of Conifer #AFF55C
Tints of Conifer #AFF55C
RGB
CMYK
RGB Variations
Color information
#AFF55C (or 0xAFF55C) is known color: Conifer. HEX triplet: AF, F5 and 5C. RGB value is (175,245,92). Sum of RGB (Red+Green+Blue) = 175+245+92=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF55C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF55C is #500AA3. Grayscale: #CFCFCF. Windows color (decimal): -5245604 or 6092207. OLE color: 6092207.
HSL color Cylindrical-coordinate representation of color #AFF55C: hue angle of 87.45º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFF55C is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 92 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.04 |
| HSL | 87.45º | 0.88% | 0.66% | - |
| HSV(B) | 87.45º | 0.62% | 0.96% | - |
| XYZ | 52.26 | 75.19 | 21.88 | - |
| YUV | 206.63 | 63.31 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 92 | 0.29 | 0 | 0.62 | 0.04 | 87.45 | 0.88 | 0.66 |
| Hex | AF | F5 | 5C | 1D | 0 | 3E | 4 | 57 | 58 | 42 |
| Octal | 257 | 365 | 134 | 35 | 0 | 76 | 4 | 127 | 130 | 102 |
| Binary | 10101111 | 11110101 | 1011100 | 11101 | 0 | 111110 | 100 | 1010111 | 1011000 | 1000010 |
Color Harmonies of #AFF55C
Complementary color
Monochromatic Colors of #AFF55C
Black with #AFF55C
Text Example
Text Example
White with #AFF55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF55C; }
p { color: rgb(175,245,92); }
H1.HeaderClassName
{
color: #AFF55C;
}
.AnyTagClassName
{
color: #AFF55C;
}
</style>
background-color css
<style>
a { background-color: #AFF55C; }
a { background-color: rgb(175,245,92); }
div.DivClassName
{
background-color: #AFF55C;
}
.BgClassName
{
background-color: #AFF55C;
}
</style>
border-color css
<style>
span { border-color: #AFF55C; }
span { border-color: rgb(175,245,92); }
td.TdClassName
{
border-color: #AFF55C;
}
.TagClassName
{
border-color: #AFF55C;
}
</style>