Shades of Conifer #AFE253
Tints of Conifer #AFE253
RGB
CMYK
RGB Variations
Color information
#AFE253 (or 0xAFE253) is known color: Conifer. HEX triplet: AF, E2 and 53. RGB value is (175,226,83). Sum of RGB (Red+Green+Blue) = 175+226+83=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE253 is #501DAC. Grayscale: #C2C2C2. Windows color (decimal): -5250477 or 5497519. OLE color: 5497519.
HSL color Cylindrical-coordinate representation of color #AFE253: hue angle of 81.4º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFE253 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 83 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.11 |
| HSL | 81.4º | 0.71% | 0.61% | - |
| HSV(B) | 81.4º | 0.63% | 0.89% | - |
| XYZ | 46.44 | 64.13 | 18.11 | - |
| YUV | 194.45 | 65.1 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 83 | 0.23 | 0 | 0.63 | 0.11 | 81.4 | 0.71 | 0.61 |
| Hex | AF | E2 | 53 | 17 | 0 | 3F | B | 51 | 47 | 3D |
| Octal | 257 | 342 | 123 | 27 | 0 | 77 | 13 | 121 | 107 | 75 |
| Binary | 10101111 | 11100010 | 1010011 | 10111 | 0 | 111111 | 1011 | 1010001 | 1000111 | 111101 |
Color Harmonies of #AFE253
Complementary color
Monochromatic Colors of #AFE253
Black with #AFE253
Text Example
Text Example
White with #AFE253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE253; }
p { color: rgb(175,226,83); }
H1.HeaderClassName
{
color: #AFE253;
}
.AnyTagClassName
{
color: #AFE253;
}
</style>
background-color css
<style>
a { background-color: #AFE253; }
a { background-color: rgb(175,226,83); }
div.DivClassName
{
background-color: #AFE253;
}
.BgClassName
{
background-color: #AFE253;
}
</style>
border-color css
<style>
span { border-color: #AFE253; }
span { border-color: rgb(175,226,83); }
td.TdClassName
{
border-color: #AFE253;
}
.TagClassName
{
border-color: #AFE253;
}
</style>