Shades of Pastel Green #8CF369
Tints of Pastel Green #8CF369
RGB
CMYK
RGB Variations
Color information
#8CF369 (or 0x8CF369) is known color: Pastel Green. HEX triplet: 8C, F3 and 69. RGB value is (140,243,105). Sum of RGB (Red+Green+Blue) = 140+243+105=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 243 - color contains mainly: green. Hex color #8CF369 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF369 is #730C96. Grayscale: #C4C4C4. Windows color (decimal): -7539863 or 6943628. OLE color: 6943628.
HSL color Cylindrical-coordinate representation of color #8CF369: hue angle of 104.78º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CF369 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 243 | 105 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.05 |
| HSL | 104.78º | 0.85% | 0.68% | - |
| HSV(B) | 104.78º | 0.57% | 0.95% | - |
| XYZ | 45.42 | 70.7 | 24.62 | - |
| YUV | 196.47 | 76.38 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 243 | 105 | 0.42 | 0 | 0.57 | 0.05 | 104.78 | 0.85 | 0.68 |
| Hex | 8C | F3 | 69 | 2A | 0 | 39 | 5 | 69 | 55 | 44 |
| Octal | 214 | 363 | 151 | 52 | 0 | 71 | 5 | 151 | 125 | 104 |
| Binary | 10001100 | 11110011 | 1101001 | 101010 | 0 | 111001 | 101 | 1101001 | 1010101 | 1000100 |
Color Harmonies of #8CF369
Complementary color
Monochromatic Colors of #8CF369
Black with #8CF369
Text Example
Text Example
White with #8CF369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF369; }
p { color: rgb(140,243,105); }
H1.HeaderClassName
{
color: #8CF369;
}
.AnyTagClassName
{
color: #8CF369;
}
</style>
background-color css
<style>
a { background-color: #8CF369; }
a { background-color: rgb(140,243,105); }
div.DivClassName
{
background-color: #8CF369;
}
.BgClassName
{
background-color: #8CF369;
}
</style>
border-color css
<style>
span { border-color: #8CF369; }
span { border-color: rgb(140,243,105); }
td.TdClassName
{
border-color: #8CF369;
}
.TagClassName
{
border-color: #8CF369;
}
</style>