Shades of Pastel Green #5CE06C
Tints of Pastel Green #5CE06C
RGB
CMYK
RGB Variations
Color information
#5CE06C (or 0x5CE06C) is known color: Pastel Green. HEX triplet: 5C, E0 and 6C. RGB value is (92,224,108). Sum of RGB (Red+Green+Blue) = 92+224+108=424 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.70% from 424); Green value is 224 (87.89% from 255 or 52.83% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 224 - color contains mainly: green. Hex color #5CE06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CE06C is #A31F93. Grayscale: #ABABAB. Windows color (decimal): -10690452 or 7135324. OLE color: 7135324.
HSL color Cylindrical-coordinate representation of color #5CE06C: hue angle of 127.27º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CE06C is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 224 | 108 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.12 |
| HSL | 127.27º | 0.68% | 0.62% | - |
| HSV(B) | 127.27º | 0.59% | 0.88% | - |
| XYZ | 33.78 | 56.67 | 23.35 | - |
| YUV | 171.31 | 92.27 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 224 | 108 | 0.59 | 0 | 0.52 | 0.12 | 127.27 | 0.68 | 0.62 |
| Hex | 5C | E0 | 6C | 3B | 0 | 34 | C | 7F | 44 | 3E |
| Octal | 134 | 340 | 154 | 73 | 0 | 64 | 14 | 177 | 104 | 76 |
| Binary | 1011100 | 11100000 | 1101100 | 111011 | 0 | 110100 | 1100 | 1111111 | 1000100 | 111110 |
Color Harmonies of #5CE06C
Complementary color
Monochromatic Colors of #5CE06C
Black with #5CE06C
Text Example
Text Example
White with #5CE06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE06C; }
p { color: rgb(92,224,108); }
H1.HeaderClassName
{
color: #5CE06C;
}
.AnyTagClassName
{
color: #5CE06C;
}
</style>
background-color css
<style>
a { background-color: #5CE06C; }
a { background-color: rgb(92,224,108); }
div.DivClassName
{
background-color: #5CE06C;
}
.BgClassName
{
background-color: #5CE06C;
}
</style>
border-color css
<style>
span { border-color: #5CE06C; }
span { border-color: rgb(92,224,108); }
td.TdClassName
{
border-color: #5CE06C;
}
.TagClassName
{
border-color: #5CE06C;
}
</style>