Shades of Conifer #AFFC55
Tints of Conifer #AFFC55
RGB
CMYK
RGB Variations
Color information
#AFFC55 (or 0xAFFC55) is known color: Conifer. HEX triplet: AF, FC and 55. RGB value is (175,252,85). Sum of RGB (Red+Green+Blue) = 175+252+85=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC55 is #5003AA. Grayscale: #D2D2D2. Windows color (decimal): -5243819 or 5635247. OLE color: 5635247.
HSL color Cylindrical-coordinate representation of color #AFFC55: hue angle of 87.66º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFFC55 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 252 | 85 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.01 |
| HSL | 87.66º | 0.97% | 0.66% | - |
| HSV(B) | 87.66º | 0.66% | 0.99% | - |
| XYZ | 54.13 | 79.39 | 21.07 | - |
| YUV | 209.94 | 57.49 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 252 | 85 | 0.31 | 0 | 0.66 | 0.01 | 87.66 | 0.97 | 0.66 |
| Hex | AF | FC | 55 | 1F | 0 | 42 | 1 | 58 | 61 | 42 |
| Octal | 257 | 374 | 125 | 37 | 0 | 102 | 1 | 130 | 141 | 102 |
| Binary | 10101111 | 11111100 | 1010101 | 11111 | 0 | 1000010 | 1 | 1011000 | 1100001 | 1000010 |
Color Harmonies of #AFFC55
Complementary color
Monochromatic Colors of #AFFC55
Black with #AFFC55
Text Example
Text Example
White with #AFFC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFC55; }
p { color: rgb(175,252,85); }
H1.HeaderClassName
{
color: #AFFC55;
}
.AnyTagClassName
{
color: #AFFC55;
}
</style>
background-color css
<style>
a { background-color: #AFFC55; }
a { background-color: rgb(175,252,85); }
div.DivClassName
{
background-color: #AFFC55;
}
.BgClassName
{
background-color: #AFFC55;
}
</style>
border-color css
<style>
span { border-color: #AFFC55; }
span { border-color: rgb(175,252,85); }
td.TdClassName
{
border-color: #AFFC55;
}
.TagClassName
{
border-color: #AFFC55;
}
</style>