Shades of Conifer #AFE368
Tints of Conifer #AFE368
RGB
CMYK
RGB Variations
Color information
#AFE368 (or 0xAFE368) is known color: Conifer. HEX triplet: AF, E3 and 68. RGB value is (175,227,104). Sum of RGB (Red+Green+Blue) = 175+227+104=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE368 is #501C97. Grayscale: #C5C5C5. Windows color (decimal): -5250200 or 6874031. OLE color: 6874031.
HSL color Cylindrical-coordinate representation of color #AFE368: hue angle of 85.37º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFE368 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 104 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.11 |
| HSL | 85.37º | 0.69% | 0.65% | - |
| HSV(B) | 85.37º | 0.54% | 0.89% | - |
| XYZ | 47.65 | 65.05 | 23.14 | - |
| YUV | 197.43 | 75.27 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 104 | 0.23 | 0 | 0.54 | 0.11 | 85.37 | 0.69 | 0.65 |
| Hex | AF | E3 | 68 | 17 | 0 | 36 | B | 55 | 45 | 41 |
| Octal | 257 | 343 | 150 | 27 | 0 | 66 | 13 | 125 | 105 | 101 |
| Binary | 10101111 | 11100011 | 1101000 | 10111 | 0 | 110110 | 1011 | 1010101 | 1000101 | 1000001 |
Color Harmonies of #AFE368
Complementary color
Monochromatic Colors of #AFE368
Black with #AFE368
Text Example
Text Example
White with #AFE368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE368; }
p { color: rgb(175,227,104); }
H1.HeaderClassName
{
color: #AFE368;
}
.AnyTagClassName
{
color: #AFE368;
}
</style>
background-color css
<style>
a { background-color: #AFE368; }
a { background-color: rgb(175,227,104); }
div.DivClassName
{
background-color: #AFE368;
}
.BgClassName
{
background-color: #AFE368;
}
</style>
border-color css
<style>
span { border-color: #AFE368; }
span { border-color: rgb(175,227,104); }
td.TdClassName
{
border-color: #AFE368;
}
.TagClassName
{
border-color: #AFE368;
}
</style>