Shades of Conifer #AFE561
Tints of Conifer #AFE561
RGB
CMYK
RGB Variations
Color information
#AFE561 (or 0xAFE561) is known color: Conifer. HEX triplet: AF, E5 and 61. RGB value is (175,229,97). Sum of RGB (Red+Green+Blue) = 175+229+97=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE561 is #501A9E. Grayscale: #C6C6C6. Windows color (decimal): -5249695 or 6415791. OLE color: 6415791.
HSL color Cylindrical-coordinate representation of color #AFE561: hue angle of 84.55º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFE561 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 97 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.10 |
| HSL | 84.55º | 0.72% | 0.64% | - |
| HSV(B) | 84.55º | 0.58% | 0.9% | - |
| XYZ | 47.86 | 66.02 | 21.53 | - |
| YUV | 197.81 | 71.11 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 97 | 0.24 | 0 | 0.58 | 0.10 | 84.55 | 0.72 | 0.64 |
| Hex | AF | E5 | 61 | 18 | 0 | 3A | A | 55 | 48 | 40 |
| Octal | 257 | 345 | 141 | 30 | 0 | 72 | 12 | 125 | 110 | 100 |
| Binary | 10101111 | 11100101 | 1100001 | 11000 | 0 | 111010 | 1010 | 1010101 | 1001000 | 1000000 |
Color Harmonies of #AFE561
Complementary color
Monochromatic Colors of #AFE561
Black with #AFE561
Text Example
Text Example
White with #AFE561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE561; }
p { color: rgb(175,229,97); }
H1.HeaderClassName
{
color: #AFE561;
}
.AnyTagClassName
{
color: #AFE561;
}
</style>
background-color css
<style>
a { background-color: #AFE561; }
a { background-color: rgb(175,229,97); }
div.DivClassName
{
background-color: #AFE561;
}
.BgClassName
{
background-color: #AFE561;
}
</style>
border-color css
<style>
span { border-color: #AFE561; }
span { border-color: rgb(175,229,97); }
td.TdClassName
{
border-color: #AFE561;
}
.TagClassName
{
border-color: #AFE561;
}
</style>