Shades of Pastel Green #8CF15C
Tints of Pastel Green #8CF15C
RGB
CMYK
RGB Variations
Color information
#8CF15C (or 0x8CF15C) is known color: Pastel Green. HEX triplet: 8C, F1 and 5C. RGB value is (140,241,92). Sum of RGB (Red+Green+Blue) = 140+241+92=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF15C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF15C is #730EA3. Grayscale: #C2C2C2. Windows color (decimal): -7540388 or 6091148. OLE color: 6091148.
HSL color Cylindrical-coordinate representation of color #8CF15C: hue angle of 100.67º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CF15C is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 92 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.05 |
| HSL | 100.67º | 0.84% | 0.65% | - |
| HSV(B) | 100.67º | 0.62% | 0.95% | - |
| XYZ | 44.2 | 69.26 | 21.16 | - |
| YUV | 193.82 | 70.54 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 92 | 0.42 | 0 | 0.62 | 0.05 | 100.67 | 0.84 | 0.65 |
| Hex | 8C | F1 | 5C | 2A | 0 | 3E | 5 | 65 | 54 | 41 |
| Octal | 214 | 361 | 134 | 52 | 0 | 76 | 5 | 145 | 124 | 101 |
| Binary | 10001100 | 11110001 | 1011100 | 101010 | 0 | 111110 | 101 | 1100101 | 1010100 | 1000001 |
Color Harmonies of #8CF15C
Complementary color
Monochromatic Colors of #8CF15C
Black with #8CF15C
Text Example
Text Example
White with #8CF15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF15C; }
p { color: rgb(140,241,92); }
H1.HeaderClassName
{
color: #8CF15C;
}
.AnyTagClassName
{
color: #8CF15C;
}
</style>
background-color css
<style>
a { background-color: #8CF15C; }
a { background-color: rgb(140,241,92); }
div.DivClassName
{
background-color: #8CF15C;
}
.BgClassName
{
background-color: #8CF15C;
}
</style>
border-color css
<style>
span { border-color: #8CF15C; }
span { border-color: rgb(140,241,92); }
td.TdClassName
{
border-color: #8CF15C;
}
.TagClassName
{
border-color: #8CF15C;
}
</style>