Shades of Conifer #AFE54B
Tints of Conifer #AFE54B
RGB
CMYK
RGB Variations
Color information
#AFE54B (or 0xAFE54B) is known color: Conifer. HEX triplet: AF, E5 and 4B. RGB value is (175,229,75). Sum of RGB (Red+Green+Blue) = 175+229+75=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE54B is #501AB4. Grayscale: #C3C3C3. Windows color (decimal): -5249717 or 4973999. OLE color: 4973999.
HSL color Cylindrical-coordinate representation of color #AFE54B: hue angle of 81.04º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFE54B is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 75 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.10 |
| HSL | 81.04º | 0.75% | 0.6% | - |
| HSV(B) | 81.04º | 0.67% | 0.9% | - |
| XYZ | 46.97 | 65.66 | 16.85 | - |
| YUV | 195.3 | 60.11 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 75 | 0.24 | 0 | 0.67 | 0.10 | 81.04 | 0.75 | 0.6 |
| Hex | AF | E5 | 4B | 18 | 0 | 43 | A | 51 | 4B | 3C |
| Octal | 257 | 345 | 113 | 30 | 0 | 103 | 12 | 121 | 113 | 74 |
| Binary | 10101111 | 11100101 | 1001011 | 11000 | 0 | 1000011 | 1010 | 1010001 | 1001011 | 111100 |
Color Harmonies of #AFE54B
Complementary color
Monochromatic Colors of #AFE54B
Black with #AFE54B
Text Example
Text Example
White with #AFE54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE54B; }
p { color: rgb(175,229,75); }
H1.HeaderClassName
{
color: #AFE54B;
}
.AnyTagClassName
{
color: #AFE54B;
}
</style>
background-color css
<style>
a { background-color: #AFE54B; }
a { background-color: rgb(175,229,75); }
div.DivClassName
{
background-color: #AFE54B;
}
.BgClassName
{
background-color: #AFE54B;
}
</style>
border-color css
<style>
span { border-color: #AFE54B; }
span { border-color: rgb(175,229,75); }
td.TdClassName
{
border-color: #AFE54B;
}
.TagClassName
{
border-color: #AFE54B;
}
</style>