Shades of Pastel Green #8CF25D
Tints of Pastel Green #8CF25D
RGB
CMYK
RGB Variations
Color information
#8CF25D (or 0x8CF25D) is known color: Pastel Green. HEX triplet: 8C, F2 and 5D. RGB value is (140,242,93). Sum of RGB (Red+Green+Blue) = 140+242+93=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF25D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF25D is #730DA2. Grayscale: #C3C3C3. Windows color (decimal): -7540131 or 6156940. OLE color: 6156940.
HSL color Cylindrical-coordinate representation of color #8CF25D: hue angle of 101.07º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CF25D is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 93 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.05 |
| HSL | 101.07º | 0.85% | 0.66% | - |
| HSV(B) | 101.07º | 0.62% | 0.95% | - |
| XYZ | 44.54 | 69.87 | 21.49 | - |
| YUV | 194.52 | 70.71 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 93 | 0.42 | 0 | 0.62 | 0.05 | 101.07 | 0.85 | 0.66 |
| Hex | 8C | F2 | 5D | 2A | 0 | 3E | 5 | 65 | 55 | 42 |
| Octal | 214 | 362 | 135 | 52 | 0 | 76 | 5 | 145 | 125 | 102 |
| Binary | 10001100 | 11110010 | 1011101 | 101010 | 0 | 111110 | 101 | 1100101 | 1010101 | 1000010 |
Color Harmonies of #8CF25D
Complementary color
Monochromatic Colors of #8CF25D
Black with #8CF25D
Text Example
Text Example
White with #8CF25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF25D; }
p { color: rgb(140,242,93); }
H1.HeaderClassName
{
color: #8CF25D;
}
.AnyTagClassName
{
color: #8CF25D;
}
</style>
background-color css
<style>
a { background-color: #8CF25D; }
a { background-color: rgb(140,242,93); }
div.DivClassName
{
background-color: #8CF25D;
}
.BgClassName
{
background-color: #8CF25D;
}
</style>
border-color css
<style>
span { border-color: #8CF25D; }
span { border-color: rgb(140,242,93); }
td.TdClassName
{
border-color: #8CF25D;
}
.TagClassName
{
border-color: #8CF25D;
}
</style>