Shades of Conifer #AFE650
Tints of Conifer #AFE650
RGB
CMYK
RGB Variations
Color information
#AFE650 (or 0xAFE650) is known color: Conifer. HEX triplet: AF, E6 and 50. RGB value is (175,230,80). Sum of RGB (Red+Green+Blue) = 175+230+80=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE650 is #5019AF. Grayscale: #C5C5C5. Windows color (decimal): -5249456 or 5301935. OLE color: 5301935.
HSL color Cylindrical-coordinate representation of color #AFE650: hue angle of 82º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFE650 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 80 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.10 |
| HSL | 82º | 0.75% | 0.61% | - |
| HSV(B) | 82º | 0.65% | 0.9% | - |
| XYZ | 47.42 | 66.29 | 17.88 | - |
| YUV | 196.46 | 62.28 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 80 | 0.24 | 0 | 0.65 | 0.10 | 82 | 0.75 | 0.61 |
| Hex | AF | E6 | 50 | 18 | 0 | 41 | A | 52 | 4B | 3D |
| Octal | 257 | 346 | 120 | 30 | 0 | 101 | 12 | 122 | 113 | 75 |
| Binary | 10101111 | 11100110 | 1010000 | 11000 | 0 | 1000001 | 1010 | 1010010 | 1001011 | 111101 |
Color Harmonies of #AFE650
Complementary color
Monochromatic Colors of #AFE650
Black with #AFE650
Text Example
Text Example
White with #AFE650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE650; }
p { color: rgb(175,230,80); }
H1.HeaderClassName
{
color: #AFE650;
}
.AnyTagClassName
{
color: #AFE650;
}
</style>
background-color css
<style>
a { background-color: #AFE650; }
a { background-color: rgb(175,230,80); }
div.DivClassName
{
background-color: #AFE650;
}
.BgClassName
{
background-color: #AFE650;
}
</style>
border-color css
<style>
span { border-color: #AFE650; }
span { border-color: rgb(175,230,80); }
td.TdClassName
{
border-color: #AFE650;
}
.TagClassName
{
border-color: #AFE650;
}
</style>