Shades of Conifer #AFE24B
Tints of Conifer #AFE24B
RGB
CMYK
RGB Variations
Color information
#AFE24B (or 0xAFE24B) is known color: Conifer. HEX triplet: AF, E2 and 4B. RGB value is (175,226,75). Sum of RGB (Red+Green+Blue) = 175+226+75=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 75 (29.69% from 255 or 15.76% from 476); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE24B is #501DB4. Grayscale: #C2C2C2. Windows color (decimal): -5250485 or 4973231. OLE color: 4973231.
HSL color Cylindrical-coordinate representation of color #AFE24B: hue angle of 80.26º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFE24B is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 75 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.11 |
| HSL | 80.26º | 0.72% | 0.59% | - |
| HSV(B) | 80.26º | 0.67% | 0.89% | - |
| XYZ | 46.15 | 64.01 | 16.58 | - |
| YUV | 193.54 | 61.1 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 75 | 0.23 | 0 | 0.67 | 0.11 | 80.26 | 0.72 | 0.59 |
| Hex | AF | E2 | 4B | 17 | 0 | 43 | B | 50 | 48 | 3B |
| Octal | 257 | 342 | 113 | 27 | 0 | 103 | 13 | 120 | 110 | 73 |
| Binary | 10101111 | 11100010 | 1001011 | 10111 | 0 | 1000011 | 1011 | 1010000 | 1001000 | 111011 |
Color Harmonies of #AFE24B
Complementary color
Monochromatic Colors of #AFE24B
Black with #AFE24B
Text Example
Text Example
White with #AFE24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE24B; }
p { color: rgb(175,226,75); }
H1.HeaderClassName
{
color: #AFE24B;
}
.AnyTagClassName
{
color: #AFE24B;
}
</style>
background-color css
<style>
a { background-color: #AFE24B; }
a { background-color: rgb(175,226,75); }
div.DivClassName
{
background-color: #AFE24B;
}
.BgClassName
{
background-color: #AFE24B;
}
</style>
border-color css
<style>
span { border-color: #AFE24B; }
span { border-color: rgb(175,226,75); }
td.TdClassName
{
border-color: #AFE24B;
}
.TagClassName
{
border-color: #AFE24B;
}
</style>