Shades of Conifer #AFE250
Tints of Conifer #AFE250
RGB
CMYK
RGB Variations
Color information
#AFE250 (or 0xAFE250) is known color: Conifer. HEX triplet: AF, E2 and 50. RGB value is (175,226,80). Sum of RGB (Red+Green+Blue) = 175+226+80=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE250 is #501DAF. Grayscale: #C2C2C2. Windows color (decimal): -5250480 or 5300911. OLE color: 5300911.
HSL color Cylindrical-coordinate representation of color #AFE250: hue angle of 80.96º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFE250 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 80 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.11 |
| HSL | 80.96º | 0.72% | 0.6% | - |
| HSV(B) | 80.96º | 0.65% | 0.89% | - |
| XYZ | 46.32 | 64.09 | 17.52 | - |
| YUV | 194.11 | 63.6 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 80 | 0.23 | 0 | 0.65 | 0.11 | 80.96 | 0.72 | 0.6 |
| Hex | AF | E2 | 50 | 17 | 0 | 41 | B | 51 | 48 | 3C |
| Octal | 257 | 342 | 120 | 27 | 0 | 101 | 13 | 121 | 110 | 74 |
| Binary | 10101111 | 11100010 | 1010000 | 10111 | 0 | 1000001 | 1011 | 1010001 | 1001000 | 111100 |
Color Harmonies of #AFE250
Complementary color
Monochromatic Colors of #AFE250
Black with #AFE250
Text Example
Text Example
White with #AFE250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE250; }
p { color: rgb(175,226,80); }
H1.HeaderClassName
{
color: #AFE250;
}
.AnyTagClassName
{
color: #AFE250;
}
</style>
background-color css
<style>
a { background-color: #AFE250; }
a { background-color: rgb(175,226,80); }
div.DivClassName
{
background-color: #AFE250;
}
.BgClassName
{
background-color: #AFE250;
}
</style>
border-color css
<style>
span { border-color: #AFE250; }
span { border-color: rgb(175,226,80); }
td.TdClassName
{
border-color: #AFE250;
}
.TagClassName
{
border-color: #AFE250;
}
</style>