Shades of Conifer #AFF65D
Tints of Conifer #AFF65D
RGB
CMYK
RGB Variations
Color information
#AFF65D (or 0xAFF65D) is known color: Conifer. HEX triplet: AF, F6 and 5D. RGB value is (175,246,93). Sum of RGB (Red+Green+Blue) = 175+246+93=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF65D is #5009A2. Grayscale: #CFCFCF. Windows color (decimal): -5245347 or 6157999. OLE color: 6157999.
HSL color Cylindrical-coordinate representation of color #AFF65D: hue angle of 87.84º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFF65D is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 93 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.04 |
| HSL | 87.84º | 0.89% | 0.66% | - |
| HSV(B) | 87.84º | 0.62% | 0.96% | - |
| XYZ | 52.61 | 75.82 | 22.22 | - |
| YUV | 207.33 | 63.48 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 93 | 0.29 | 0 | 0.62 | 0.04 | 87.84 | 0.89 | 0.66 |
| Hex | AF | F6 | 5D | 1D | 0 | 3E | 4 | 58 | 59 | 42 |
| Octal | 257 | 366 | 135 | 35 | 0 | 76 | 4 | 130 | 131 | 102 |
| Binary | 10101111 | 11110110 | 1011101 | 11101 | 0 | 111110 | 100 | 1011000 | 1011001 | 1000010 |
Color Harmonies of #AFF65D
Complementary color
Monochromatic Colors of #AFF65D
Black with #AFF65D
Text Example
Text Example
White with #AFF65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF65D; }
p { color: rgb(175,246,93); }
H1.HeaderClassName
{
color: #AFF65D;
}
.AnyTagClassName
{
color: #AFF65D;
}
</style>
background-color css
<style>
a { background-color: #AFF65D; }
a { background-color: rgb(175,246,93); }
div.DivClassName
{
background-color: #AFF65D;
}
.BgClassName
{
background-color: #AFF65D;
}
</style>
border-color css
<style>
span { border-color: #AFF65D; }
span { border-color: rgb(175,246,93); }
td.TdClassName
{
border-color: #AFF65D;
}
.TagClassName
{
border-color: #AFF65D;
}
</style>