Shades of Conifer #AFE352
Tints of Conifer #AFE352
RGB
CMYK
RGB Variations
Color information
#AFE352 (or 0xAFE352) is known color: Conifer. HEX triplet: AF, E3 and 52. RGB value is (175,227,82). Sum of RGB (Red+Green+Blue) = 175+227+82=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE352 is #501CAD. Grayscale: #C3C3C3. Windows color (decimal): -5250222 or 5432239. OLE color: 5432239.
HSL color Cylindrical-coordinate representation of color #AFE352: hue angle of 81.52º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFE352 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 82 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.11 |
| HSL | 81.52º | 0.72% | 0.61% | - |
| HSV(B) | 81.52º | 0.64% | 0.89% | - |
| XYZ | 46.67 | 64.66 | 18 | - |
| YUV | 194.92 | 64.27 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 82 | 0.23 | 0 | 0.64 | 0.11 | 81.52 | 0.72 | 0.61 |
| Hex | AF | E3 | 52 | 17 | 0 | 40 | B | 52 | 48 | 3D |
| Octal | 257 | 343 | 122 | 27 | 0 | 100 | 13 | 122 | 110 | 75 |
| Binary | 10101111 | 11100011 | 1010010 | 10111 | 0 | 1000000 | 1011 | 1010010 | 1001000 | 111101 |
Color Harmonies of #AFE352
Complementary color
Monochromatic Colors of #AFE352
Black with #AFE352
Text Example
Text Example
White with #AFE352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE352; }
p { color: rgb(175,227,82); }
H1.HeaderClassName
{
color: #AFE352;
}
.AnyTagClassName
{
color: #AFE352;
}
</style>
background-color css
<style>
a { background-color: #AFE352; }
a { background-color: rgb(175,227,82); }
div.DivClassName
{
background-color: #AFE352;
}
.BgClassName
{
background-color: #AFE352;
}
</style>
border-color css
<style>
span { border-color: #AFE352; }
span { border-color: rgb(175,227,82); }
td.TdClassName
{
border-color: #AFE352;
}
.TagClassName
{
border-color: #AFE352;
}
</style>