Shades of Conifer #AFE348
Tints of Conifer #AFE348
RGB
CMYK
RGB Variations
Color information
#AFE348 (or 0xAFE348) is known color: Conifer. HEX triplet: AF, E3 and 48. RGB value is (175,227,72). Sum of RGB (Red+Green+Blue) = 175+227+72=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 227 (89.06% from 255 or 47.89% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE348 is #501CB7. Grayscale: #C2C2C2. Windows color (decimal): -5250232 or 4776879. OLE color: 4776879.
HSL color Cylindrical-coordinate representation of color #AFE348: hue angle of 80.13º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFE348 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 72 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.11 |
| HSL | 80.13º | 0.73% | 0.59% | - |
| HSV(B) | 80.13º | 0.68% | 0.89% | - |
| XYZ | 46.32 | 64.52 | 16.14 | - |
| YUV | 193.78 | 59.27 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 72 | 0.23 | 0 | 0.68 | 0.11 | 80.13 | 0.73 | 0.59 |
| Hex | AF | E3 | 48 | 17 | 0 | 44 | B | 50 | 49 | 3B |
| Octal | 257 | 343 | 110 | 27 | 0 | 104 | 13 | 120 | 111 | 73 |
| Binary | 10101111 | 11100011 | 1001000 | 10111 | 0 | 1000100 | 1011 | 1010000 | 1001001 | 111011 |
Color Harmonies of #AFE348
Complementary color
Monochromatic Colors of #AFE348
Black with #AFE348
Text Example
Text Example
White with #AFE348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE348; }
p { color: rgb(175,227,72); }
H1.HeaderClassName
{
color: #AFE348;
}
.AnyTagClassName
{
color: #AFE348;
}
</style>
background-color css
<style>
a { background-color: #AFE348; }
a { background-color: rgb(175,227,72); }
div.DivClassName
{
background-color: #AFE348;
}
.BgClassName
{
background-color: #AFE348;
}
</style>
border-color css
<style>
span { border-color: #AFE348; }
span { border-color: rgb(175,227,72); }
td.TdClassName
{
border-color: #AFE348;
}
.TagClassName
{
border-color: #AFE348;
}
</style>