Shades of Conifer #AFF84D
Tints of Conifer #AFF84D
RGB
CMYK
RGB Variations
Color information
#AFF84D (or 0xAFF84D) is known color: Conifer. HEX triplet: AF, F8 and 4D. RGB value is (175,248,77). Sum of RGB (Red+Green+Blue) = 175+248+77=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 77 (30.47% from 255 or 15.4% from 500); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF84D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF84D is #5007B2. Grayscale: #CFCFCF. Windows color (decimal): -5244851 or 5109935. OLE color: 5109935.
HSL color Cylindrical-coordinate representation of color #AFF84D: hue angle of 85.61º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFF84D is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 248 | 77 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.03 |
| HSL | 85.61º | 0.92% | 0.64% | - |
| HSV(B) | 85.61º | 0.69% | 0.97% | - |
| XYZ | 52.59 | 76.78 | 19.07 | - |
| YUV | 206.68 | 54.82 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 248 | 77 | 0.29 | 0 | 0.69 | 0.03 | 85.61 | 0.92 | 0.64 |
| Hex | AF | F8 | 4D | 1D | 0 | 45 | 3 | 56 | 5C | 40 |
| Octal | 257 | 370 | 115 | 35 | 0 | 105 | 3 | 126 | 134 | 100 |
| Binary | 10101111 | 11111000 | 1001101 | 11101 | 0 | 1000101 | 11 | 1010110 | 1011100 | 1000000 |
Color Harmonies of #AFF84D
Complementary color
Monochromatic Colors of #AFF84D
Black with #AFF84D
Text Example
Text Example
White with #AFF84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF84D; }
p { color: rgb(175,248,77); }
H1.HeaderClassName
{
color: #AFF84D;
}
.AnyTagClassName
{
color: #AFF84D;
}
</style>
background-color css
<style>
a { background-color: #AFF84D; }
a { background-color: rgb(175,248,77); }
div.DivClassName
{
background-color: #AFF84D;
}
.BgClassName
{
background-color: #AFF84D;
}
</style>
border-color css
<style>
span { border-color: #AFF84D; }
span { border-color: rgb(175,248,77); }
td.TdClassName
{
border-color: #AFF84D;
}
.TagClassName
{
border-color: #AFF84D;
}
</style>