Shades of Conifer #AFF553
Tints of Conifer #AFF553
RGB
CMYK
RGB Variations
Color information
#AFF553 (or 0xAFF553) is known color: Conifer. HEX triplet: AF, F5 and 53. RGB value is (175,245,83). Sum of RGB (Red+Green+Blue) = 175+245+83=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF553 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF553 is #500AAC. Grayscale: #CECECE. Windows color (decimal): -5245613 or 5502383. OLE color: 5502383.
HSL color Cylindrical-coordinate representation of color #AFF553: hue angle of 85.93º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFF553 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 83 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.04 |
| HSL | 85.93º | 0.89% | 0.64% | - |
| HSV(B) | 85.93º | 0.66% | 0.96% | - |
| XYZ | 51.89 | 75.04 | 19.93 | - |
| YUV | 205.6 | 58.81 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 83 | 0.29 | 0 | 0.66 | 0.04 | 85.93 | 0.89 | 0.64 |
| Hex | AF | F5 | 53 | 1D | 0 | 42 | 4 | 56 | 59 | 40 |
| Octal | 257 | 365 | 123 | 35 | 0 | 102 | 4 | 126 | 131 | 100 |
| Binary | 10101111 | 11110101 | 1010011 | 11101 | 0 | 1000010 | 100 | 1010110 | 1011001 | 1000000 |
Color Harmonies of #AFF553
Complementary color
Monochromatic Colors of #AFF553
Black with #AFF553
Text Example
Text Example
White with #AFF553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF553; }
p { color: rgb(175,245,83); }
H1.HeaderClassName
{
color: #AFF553;
}
.AnyTagClassName
{
color: #AFF553;
}
</style>
background-color css
<style>
a { background-color: #AFF553; }
a { background-color: rgb(175,245,83); }
div.DivClassName
{
background-color: #AFF553;
}
.BgClassName
{
background-color: #AFF553;
}
</style>
border-color css
<style>
span { border-color: #AFF553; }
span { border-color: rgb(175,245,83); }
td.TdClassName
{
border-color: #AFF553;
}
.TagClassName
{
border-color: #AFF553;
}
</style>