Shades of Conifer #AFF765
Tints of Conifer #AFF765
RGB
CMYK
RGB Variations
Color information
#AFF765 (or 0xAFF765) is known color: Conifer. HEX triplet: AF, F7 and 65. RGB value is (175,247,101). Sum of RGB (Red+Green+Blue) = 175+247+101=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF765 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF765 is #50089A. Grayscale: #D1D1D1. Windows color (decimal): -5245083 or 6682543. OLE color: 6682543.
HSL color Cylindrical-coordinate representation of color #AFF765: hue angle of 89.59º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFF765 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 247 | 101 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.03 |
| HSL | 89.59º | 0.9% | 0.68% | - |
| HSV(B) | 89.59º | 0.59% | 0.97% | - |
| XYZ | 53.29 | 76.58 | 24.28 | - |
| YUV | 208.83 | 67.15 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 247 | 101 | 0.29 | 0 | 0.59 | 0.03 | 89.59 | 0.9 | 0.68 |
| Hex | AF | F7 | 65 | 1D | 0 | 3B | 3 | 5A | 5A | 44 |
| Octal | 257 | 367 | 145 | 35 | 0 | 73 | 3 | 132 | 132 | 104 |
| Binary | 10101111 | 11110111 | 1100101 | 11101 | 0 | 111011 | 11 | 1011010 | 1011010 | 1000100 |
Color Harmonies of #AFF765
Complementary color
Monochromatic Colors of #AFF765
Black with #AFF765
Text Example
Text Example
White with #AFF765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF765; }
p { color: rgb(175,247,101); }
H1.HeaderClassName
{
color: #AFF765;
}
.AnyTagClassName
{
color: #AFF765;
}
</style>
background-color css
<style>
a { background-color: #AFF765; }
a { background-color: rgb(175,247,101); }
div.DivClassName
{
background-color: #AFF765;
}
.BgClassName
{
background-color: #AFF765;
}
</style>
border-color css
<style>
span { border-color: #AFF765; }
span { border-color: rgb(175,247,101); }
td.TdClassName
{
border-color: #AFF765;
}
.TagClassName
{
border-color: #AFF765;
}
</style>