Shades of Conifer #AFF85D
Tints of Conifer #AFF85D
RGB
CMYK
RGB Variations
Color information
#AFF85D (or 0xAFF85D) is known color: Conifer. HEX triplet: AF, F8 and 5D. RGB value is (175,248,93). Sum of RGB (Red+Green+Blue) = 175+248+93=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF85D is #5007A2. Grayscale: #D1D1D1. Windows color (decimal): -5244835 or 6158511. OLE color: 6158511.
HSL color Cylindrical-coordinate representation of color #AFF85D: hue angle of 88.26º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFF85D is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 248 | 93 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.03 |
| HSL | 88.26º | 0.92% | 0.67% | - |
| HSV(B) | 88.26º | 0.63% | 0.97% | - |
| XYZ | 53.22 | 77.04 | 22.42 | - |
| YUV | 208.5 | 62.82 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 248 | 93 | 0.29 | 0 | 0.62 | 0.03 | 88.26 | 0.92 | 0.67 |
| Hex | AF | F8 | 5D | 1D | 0 | 3E | 3 | 58 | 5C | 43 |
| Octal | 257 | 370 | 135 | 35 | 0 | 76 | 3 | 130 | 134 | 103 |
| Binary | 10101111 | 11111000 | 1011101 | 11101 | 0 | 111110 | 11 | 1011000 | 1011100 | 1000011 |
Color Harmonies of #AFF85D
Complementary color
Monochromatic Colors of #AFF85D
Black with #AFF85D
Text Example
Text Example
White with #AFF85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF85D; }
p { color: rgb(175,248,93); }
H1.HeaderClassName
{
color: #AFF85D;
}
.AnyTagClassName
{
color: #AFF85D;
}
</style>
background-color css
<style>
a { background-color: #AFF85D; }
a { background-color: rgb(175,248,93); }
div.DivClassName
{
background-color: #AFF85D;
}
.BgClassName
{
background-color: #AFF85D;
}
</style>
border-color css
<style>
span { border-color: #AFF85D; }
span { border-color: rgb(175,248,93); }
td.TdClassName
{
border-color: #AFF85D;
}
.TagClassName
{
border-color: #AFF85D;
}
</style>