Shades of Pastel Green #8CF15D
Tints of Pastel Green #8CF15D
RGB
CMYK
RGB Variations
Color information
#8CF15D (or 0x8CF15D) is known color: Pastel Green. HEX triplet: 8C, F1 and 5D. RGB value is (140,241,93). Sum of RGB (Red+Green+Blue) = 140+241+93=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF15D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF15D is #730EA2. Grayscale: #C2C2C2. Windows color (decimal): -7540387 or 6156684. OLE color: 6156684.
HSL color Cylindrical-coordinate representation of color #8CF15D: hue angle of 100.95º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CF15D is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 93 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.05 |
| HSL | 100.95º | 0.84% | 0.65% | - |
| HSV(B) | 100.95º | 0.61% | 0.95% | - |
| XYZ | 44.25 | 69.28 | 21.4 | - |
| YUV | 193.93 | 71.04 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 93 | 0.42 | 0 | 0.61 | 0.05 | 100.95 | 0.84 | 0.65 |
| Hex | 8C | F1 | 5D | 2A | 0 | 3D | 5 | 65 | 54 | 41 |
| Octal | 214 | 361 | 135 | 52 | 0 | 75 | 5 | 145 | 124 | 101 |
| Binary | 10001100 | 11110001 | 1011101 | 101010 | 0 | 111101 | 101 | 1100101 | 1010100 | 1000001 |
Color Harmonies of #8CF15D
Complementary color
Monochromatic Colors of #8CF15D
Black with #8CF15D
Text Example
Text Example
White with #8CF15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF15D; }
p { color: rgb(140,241,93); }
H1.HeaderClassName
{
color: #8CF15D;
}
.AnyTagClassName
{
color: #8CF15D;
}
</style>
background-color css
<style>
a { background-color: #8CF15D; }
a { background-color: rgb(140,241,93); }
div.DivClassName
{
background-color: #8CF15D;
}
.BgClassName
{
background-color: #8CF15D;
}
</style>
border-color css
<style>
span { border-color: #8CF15D; }
span { border-color: rgb(140,241,93); }
td.TdClassName
{
border-color: #8CF15D;
}
.TagClassName
{
border-color: #8CF15D;
}
</style>