Shades of Conifer #AFE540
Tints of Conifer #AFE540
RGB
CMYK
RGB Variations
Color information
#AFE540 (or 0xAFE540) is known color: Conifer. HEX triplet: AF, E5 and 40. RGB value is (175,229,64). Sum of RGB (Red+Green+Blue) = 175+229+64=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE540 is #501ABF. Grayscale: #C2C2C2. Windows color (decimal): -5249728 or 4253103. OLE color: 4253103.
HSL color Cylindrical-coordinate representation of color #AFE540: hue angle of 79.64º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFE540 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 64 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.10 |
| HSL | 79.64º | 0.76% | 0.57% | - |
| HSV(B) | 79.64º | 0.72% | 0.9% | - |
| XYZ | 46.62 | 65.52 | 15.04 | - |
| YUV | 194.04 | 54.61 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 64 | 0.24 | 0 | 0.72 | 0.10 | 79.64 | 0.76 | 0.57 |
| Hex | AF | E5 | 40 | 18 | 0 | 48 | A | 50 | 4C | 39 |
| Octal | 257 | 345 | 100 | 30 | 0 | 110 | 12 | 120 | 114 | 71 |
| Binary | 10101111 | 11100101 | 1000000 | 11000 | 0 | 1001000 | 1010 | 1010000 | 1001100 | 111001 |
Color Harmonies of #AFE540
Complementary color
Monochromatic Colors of #AFE540
Black with #AFE540
Text Example
Text Example
White with #AFE540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE540; }
p { color: rgb(175,229,64); }
H1.HeaderClassName
{
color: #AFE540;
}
.AnyTagClassName
{
color: #AFE540;
}
</style>
background-color css
<style>
a { background-color: #AFE540; }
a { background-color: rgb(175,229,64); }
div.DivClassName
{
background-color: #AFE540;
}
.BgClassName
{
background-color: #AFE540;
}
</style>
border-color css
<style>
span { border-color: #AFE540; }
span { border-color: rgb(175,229,64); }
td.TdClassName
{
border-color: #AFE540;
}
.TagClassName
{
border-color: #AFE540;
}
</style>