Shades of Pastel Green #8CF363
Tints of Pastel Green #8CF363
RGB
CMYK
RGB Variations
Color information
#8CF363 (or 0x8CF363) is known color: Pastel Green. HEX triplet: 8C, F3 and 63. RGB value is (140,243,99). Sum of RGB (Red+Green+Blue) = 140+243+99=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 243 (95.31% from 255 or 50.41% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 243 - color contains mainly: green. Hex color #8CF363 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF363 is #730C9C. Grayscale: #C4C4C4. Windows color (decimal): -7539869 or 6550412. OLE color: 6550412.
HSL color Cylindrical-coordinate representation of color #8CF363: hue angle of 102.92º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8CF363 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 243 | 99 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.05 |
| HSL | 102.92º | 0.86% | 0.67% | - |
| HSV(B) | 102.92º | 0.59% | 0.95% | - |
| XYZ | 45.12 | 70.58 | 23.05 | - |
| YUV | 195.79 | 73.38 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 243 | 99 | 0.42 | 0 | 0.59 | 0.05 | 102.92 | 0.86 | 0.67 |
| Hex | 8C | F3 | 63 | 2A | 0 | 3B | 5 | 67 | 56 | 43 |
| Octal | 214 | 363 | 143 | 52 | 0 | 73 | 5 | 147 | 126 | 103 |
| Binary | 10001100 | 11110011 | 1100011 | 101010 | 0 | 111011 | 101 | 1100111 | 1010110 | 1000011 |
Color Harmonies of #8CF363
Complementary color
Monochromatic Colors of #8CF363
Black with #8CF363
Text Example
Text Example
White with #8CF363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF363; }
p { color: rgb(140,243,99); }
H1.HeaderClassName
{
color: #8CF363;
}
.AnyTagClassName
{
color: #8CF363;
}
</style>
background-color css
<style>
a { background-color: #8CF363; }
a { background-color: rgb(140,243,99); }
div.DivClassName
{
background-color: #8CF363;
}
.BgClassName
{
background-color: #8CF363;
}
</style>
border-color css
<style>
span { border-color: #8CF363; }
span { border-color: rgb(140,243,99); }
td.TdClassName
{
border-color: #8CF363;
}
.TagClassName
{
border-color: #8CF363;
}
</style>