Shades of Conifer #AFF655
Tints of Conifer #AFF655
RGB
CMYK
RGB Variations
Color information
#AFF655 (or 0xAFF655) is known color: Conifer. HEX triplet: AF, F6 and 55. RGB value is (175,246,85). Sum of RGB (Red+Green+Blue) = 175+246+85=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF655 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF655 is #5009AA. Grayscale: #CECECE. Windows color (decimal): -5245355 or 5633711. OLE color: 5633711.
HSL color Cylindrical-coordinate representation of color #AFF655: hue angle of 86.46º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFF655 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 85 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.04 |
| HSL | 86.46º | 0.9% | 0.65% | - |
| HSV(B) | 86.46º | 0.65% | 0.96% | - |
| XYZ | 52.27 | 75.68 | 20.45 | - |
| YUV | 206.42 | 59.48 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 85 | 0.29 | 0 | 0.65 | 0.04 | 86.46 | 0.9 | 0.65 |
| Hex | AF | F6 | 55 | 1D | 0 | 41 | 4 | 56 | 5A | 41 |
| Octal | 257 | 366 | 125 | 35 | 0 | 101 | 4 | 126 | 132 | 101 |
| Binary | 10101111 | 11110110 | 1010101 | 11101 | 0 | 1000001 | 100 | 1010110 | 1011010 | 1000001 |
Color Harmonies of #AFF655
Complementary color
Monochromatic Colors of #AFF655
Black with #AFF655
Text Example
Text Example
White with #AFF655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF655; }
p { color: rgb(175,246,85); }
H1.HeaderClassName
{
color: #AFF655;
}
.AnyTagClassName
{
color: #AFF655;
}
</style>
background-color css
<style>
a { background-color: #AFF655; }
a { background-color: rgb(175,246,85); }
div.DivClassName
{
background-color: #AFF655;
}
.BgClassName
{
background-color: #AFF655;
}
</style>
border-color css
<style>
span { border-color: #AFF655; }
span { border-color: rgb(175,246,85); }
td.TdClassName
{
border-color: #AFF655;
}
.TagClassName
{
border-color: #AFF655;
}
</style>