Shades of Conifer #AFE63B
Tints of Conifer #AFE63B
RGB
CMYK
RGB Variations
Color information
#AFE63B (or 0xAFE63B) is known color: Conifer. HEX triplet: AF, E6 and 3B. RGB value is (175,230,59). Sum of RGB (Red+Green+Blue) = 175+230+59=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 59 (23.44% from 255 or 12.72% from 464); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE63B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE63B is #5019C4. Grayscale: #C2C2C2. Windows color (decimal): -5249477 or 3925679. OLE color: 3925679.
HSL color Cylindrical-coordinate representation of color #AFE63B: hue angle of 79.3º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFE63B is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 59 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.10 |
| HSL | 79.3º | 0.77% | 0.57% | - |
| HSV(B) | 79.3º | 0.74% | 0.9% | - |
| XYZ | 46.77 | 66.02 | 14.42 | - |
| YUV | 194.06 | 51.78 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 59 | 0.24 | 0 | 0.74 | 0.10 | 79.3 | 0.77 | 0.57 |
| Hex | AF | E6 | 3B | 18 | 0 | 4A | A | 4F | 4D | 39 |
| Octal | 257 | 346 | 73 | 30 | 0 | 112 | 12 | 117 | 115 | 71 |
| Binary | 10101111 | 11100110 | 111011 | 11000 | 0 | 1001010 | 1010 | 1001111 | 1001101 | 111001 |
Color Harmonies of #AFE63B
Complementary color
Monochromatic Colors of #AFE63B
Black with #AFE63B
Text Example
Text Example
White with #AFE63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE63B; }
p { color: rgb(175,230,59); }
H1.HeaderClassName
{
color: #AFE63B;
}
.AnyTagClassName
{
color: #AFE63B;
}
</style>
background-color css
<style>
a { background-color: #AFE63B; }
a { background-color: rgb(175,230,59); }
div.DivClassName
{
background-color: #AFE63B;
}
.BgClassName
{
background-color: #AFE63B;
}
</style>
border-color css
<style>
span { border-color: #AFE63B; }
span { border-color: rgb(175,230,59); }
td.TdClassName
{
border-color: #AFE63B;
}
.TagClassName
{
border-color: #AFE63B;
}
</style>