Shades of Conifer #8DF252
Tints of Conifer #8DF252
RGB
CMYK
RGB Variations
Color information
#8DF252 (or 0x8DF252) is known color: Conifer. HEX triplet: 8D, F2 and 52. RGB value is (141,242,82). Sum of RGB (Red+Green+Blue) = 141+242+82=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF252 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF252 is #720DAD. Grayscale: #C2C2C2. Windows color (decimal): -7474606 or 5436045. OLE color: 5436045.
HSL color Cylindrical-coordinate representation of color #8DF252: hue angle of 97.88º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DF252 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 242 | 82 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.05 |
| HSL | 97.88º | 0.86% | 0.64% | - |
| HSV(B) | 97.88º | 0.66% | 0.95% | - |
| XYZ | 44.26 | 69.78 | 19.12 | - |
| YUV | 193.56 | 65.04 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 242 | 82 | 0.42 | 0 | 0.66 | 0.05 | 97.88 | 0.86 | 0.64 |
| Hex | 8D | F2 | 52 | 2A | 0 | 42 | 5 | 62 | 56 | 40 |
| Octal | 215 | 362 | 122 | 52 | 0 | 102 | 5 | 142 | 126 | 100 |
| Binary | 10001101 | 11110010 | 1010010 | 101010 | 0 | 1000010 | 101 | 1100010 | 1010110 | 1000000 |
Color Harmonies of #8DF252
Complementary color
Monochromatic Colors of #8DF252
Black with #8DF252
Text Example
Text Example
White with #8DF252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF252; }
p { color: rgb(141,242,82); }
H1.HeaderClassName
{
color: #8DF252;
}
.AnyTagClassName
{
color: #8DF252;
}
</style>
background-color css
<style>
a { background-color: #8DF252; }
a { background-color: rgb(141,242,82); }
div.DivClassName
{
background-color: #8DF252;
}
.BgClassName
{
background-color: #8DF252;
}
</style>
border-color css
<style>
span { border-color: #8DF252; }
span { border-color: rgb(141,242,82); }
td.TdClassName
{
border-color: #8DF252;
}
.TagClassName
{
border-color: #8DF252;
}
</style>