Shades of Conifer #AFE764
Tints of Conifer #AFE764
RGB
CMYK
RGB Variations
Color information
#AFE764 (or 0xAFE764) is known color: Conifer. HEX triplet: AF, E7 and 64. RGB value is (175,231,100). Sum of RGB (Red+Green+Blue) = 175+231+100=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE764 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE764 is #50189B. Grayscale: #C7C7C7. Windows color (decimal): -5249180 or 6612911. OLE color: 6612911.
HSL color Cylindrical-coordinate representation of color #AFE764: hue angle of 85.65º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFE764 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 100 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.09 |
| HSL | 85.65º | 0.73% | 0.65% | - |
| HSV(B) | 85.65º | 0.57% | 0.91% | - |
| XYZ | 48.56 | 67.19 | 22.47 | - |
| YUV | 199.32 | 71.95 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 100 | 0.24 | 0 | 0.57 | 0.09 | 85.65 | 0.73 | 0.65 |
| Hex | AF | E7 | 64 | 18 | 0 | 39 | 9 | 56 | 49 | 41 |
| Octal | 257 | 347 | 144 | 30 | 0 | 71 | 11 | 126 | 111 | 101 |
| Binary | 10101111 | 11100111 | 1100100 | 11000 | 0 | 111001 | 1001 | 1010110 | 1001001 | 1000001 |
Color Harmonies of #AFE764
Complementary color
Monochromatic Colors of #AFE764
Black with #AFE764
Text Example
Text Example
White with #AFE764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE764; }
p { color: rgb(175,231,100); }
H1.HeaderClassName
{
color: #AFE764;
}
.AnyTagClassName
{
color: #AFE764;
}
</style>
background-color css
<style>
a { background-color: #AFE764; }
a { background-color: rgb(175,231,100); }
div.DivClassName
{
background-color: #AFE764;
}
.BgClassName
{
background-color: #AFE764;
}
</style>
border-color css
<style>
span { border-color: #AFE764; }
span { border-color: rgb(175,231,100); }
td.TdClassName
{
border-color: #AFE764;
}
.TagClassName
{
border-color: #AFE764;
}
</style>