Shades of Conifer #AFE467
Tints of Conifer #AFE467
RGB
CMYK
RGB Variations
Color information
#AFE467 (or 0xAFE467) is known color: Conifer. HEX triplet: AF, E4 and 67. RGB value is (175,228,103). Sum of RGB (Red+Green+Blue) = 175+228+103=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE467 is #501B98. Grayscale: #C6C6C6. Windows color (decimal): -5249945 or 6808751. OLE color: 6808751.
HSL color Cylindrical-coordinate representation of color #AFE467: hue angle of 85.44º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFE467 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 103 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.11 |
| HSL | 85.44º | 0.7% | 0.65% | - |
| HSV(B) | 85.44º | 0.55% | 0.89% | - |
| XYZ | 47.87 | 65.58 | 22.97 | - |
| YUV | 197.9 | 74.44 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 103 | 0.23 | 0 | 0.55 | 0.11 | 85.44 | 0.7 | 0.65 |
| Hex | AF | E4 | 67 | 17 | 0 | 37 | B | 55 | 46 | 41 |
| Octal | 257 | 344 | 147 | 27 | 0 | 67 | 13 | 125 | 106 | 101 |
| Binary | 10101111 | 11100100 | 1100111 | 10111 | 0 | 110111 | 1011 | 1010101 | 1000110 | 1000001 |
Color Harmonies of #AFE467
Complementary color
Monochromatic Colors of #AFE467
Black with #AFE467
Text Example
Text Example
White with #AFE467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE467; }
p { color: rgb(175,228,103); }
H1.HeaderClassName
{
color: #AFE467;
}
.AnyTagClassName
{
color: #AFE467;
}
</style>
background-color css
<style>
a { background-color: #AFE467; }
a { background-color: rgb(175,228,103); }
div.DivClassName
{
background-color: #AFE467;
}
.BgClassName
{
background-color: #AFE467;
}
</style>
border-color css
<style>
span { border-color: #AFE467; }
span { border-color: rgb(175,228,103); }
td.TdClassName
{
border-color: #AFE467;
}
.TagClassName
{
border-color: #AFE467;
}
</style>