Shades of Conifer #AFF955
Tints of Conifer #AFF955
RGB
CMYK
RGB Variations
Color information
#AFF955 (or 0xAFF955) is known color: Conifer. HEX triplet: AF, F9 and 55. RGB value is (175,249,85). Sum of RGB (Red+Green+Blue) = 175+249+85=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF955 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF955 is #5006AA. Grayscale: #D0D0D0. Windows color (decimal): -5244587 or 5634479. OLE color: 5634479.
HSL color Cylindrical-coordinate representation of color #AFF955: hue angle of 87.07º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFF955 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 249 | 85 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.02 |
| HSL | 87.07º | 0.93% | 0.65% | - |
| HSV(B) | 87.07º | 0.66% | 0.98% | - |
| XYZ | 53.19 | 77.52 | 20.75 | - |
| YUV | 208.18 | 58.48 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 249 | 85 | 0.30 | 0 | 0.66 | 0.02 | 87.07 | 0.93 | 0.65 |
| Hex | AF | F9 | 55 | 1E | 0 | 42 | 2 | 57 | 5D | 41 |
| Octal | 257 | 371 | 125 | 36 | 0 | 102 | 2 | 127 | 135 | 101 |
| Binary | 10101111 | 11111001 | 1010101 | 11110 | 0 | 1000010 | 10 | 1010111 | 1011101 | 1000001 |
Color Harmonies of #AFF955
Complementary color
Monochromatic Colors of #AFF955
Black with #AFF955
Text Example
Text Example
White with #AFF955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF955; }
p { color: rgb(175,249,85); }
H1.HeaderClassName
{
color: #AFF955;
}
.AnyTagClassName
{
color: #AFF955;
}
</style>
background-color css
<style>
a { background-color: #AFF955; }
a { background-color: rgb(175,249,85); }
div.DivClassName
{
background-color: #AFF955;
}
.BgClassName
{
background-color: #AFF955;
}
</style>
border-color css
<style>
span { border-color: #AFF955; }
span { border-color: rgb(175,249,85); }
td.TdClassName
{
border-color: #AFF955;
}
.TagClassName
{
border-color: #AFF955;
}
</style>