Shades of Conifer #8DF452
Tints of Conifer #8DF452
RGB
CMYK
RGB Variations
Color information
#8DF452 (or 0x8DF452) is known color: Conifer. HEX triplet: 8D, F4 and 52. RGB value is (141,244,82). Sum of RGB (Red+Green+Blue) = 141+244+82=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 244 (95.70% from 255 or 52.25% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 244 - color contains mainly: green. Hex color #8DF452 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF452 is #720BAD. Grayscale: #C3C3C3. Windows color (decimal): -7474094 or 5436557. OLE color: 5436557.
HSL color Cylindrical-coordinate representation of color #8DF452: hue angle of 98.15º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DF452 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 244 | 82 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.04 |
| HSL | 98.15º | 0.88% | 0.64% | - |
| HSV(B) | 98.15º | 0.66% | 0.96% | - |
| XYZ | 44.86 | 70.97 | 19.32 | - |
| YUV | 194.74 | 64.38 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 244 | 82 | 0.42 | 0 | 0.66 | 0.04 | 98.15 | 0.88 | 0.64 |
| Hex | 8D | F4 | 52 | 2A | 0 | 42 | 4 | 62 | 58 | 40 |
| Octal | 215 | 364 | 122 | 52 | 0 | 102 | 4 | 142 | 130 | 100 |
| Binary | 10001101 | 11110100 | 1010010 | 101010 | 0 | 1000010 | 100 | 1100010 | 1011000 | 1000000 |
Color Harmonies of #8DF452
Complementary color
Monochromatic Colors of #8DF452
Black with #8DF452
Text Example
Text Example
White with #8DF452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF452; }
p { color: rgb(141,244,82); }
H1.HeaderClassName
{
color: #8DF452;
}
.AnyTagClassName
{
color: #8DF452;
}
</style>
background-color css
<style>
a { background-color: #8DF452; }
a { background-color: rgb(141,244,82); }
div.DivClassName
{
background-color: #8DF452;
}
.BgClassName
{
background-color: #8DF452;
}
</style>
border-color css
<style>
span { border-color: #8DF452; }
span { border-color: rgb(141,244,82); }
td.TdClassName
{
border-color: #8DF452;
}
.TagClassName
{
border-color: #8DF452;
}
</style>