Shades of Pastel Green #5CE672
Tints of Pastel Green #5CE672
RGB
CMYK
RGB Variations
Color information
#5CE672 (or 0x5CE672) is known color: Pastel Green. HEX triplet: 5C, E6 and 72. RGB value is (92,230,114). Sum of RGB (Red+Green+Blue) = 92+230+114=436 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.10% from 436); Green value is 230 (90.23% from 255 or 52.75% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 230 - color contains mainly: green. Hex color #5CE672 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5CE672 is #A3198D. Grayscale: #AFAFAF. Windows color (decimal): -10688910 or 7530076. OLE color: 7530076.
HSL color Cylindrical-coordinate representation of color #5CE672: hue angle of 129.57º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CE672 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 92 | 230 | 114 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.10 |
| HSL | 129.57º | 0.73% | 0.63% | - |
| HSV(B) | 129.57º | 0.6% | 0.9% | - |
| XYZ | 35.75 | 60.08 | 25.63 | - |
| YUV | 175.51 | 93.28 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 230 | 114 | 0.60 | 0 | 0.50 | 0.10 | 129.57 | 0.73 | 0.63 |
| Hex | 5C | E6 | 72 | 3C | 0 | 32 | A | 82 | 49 | 3F |
| Octal | 134 | 346 | 162 | 74 | 0 | 62 | 12 | 202 | 111 | 77 |
| Binary | 1011100 | 11100110 | 1110010 | 111100 | 0 | 110010 | 1010 | 10000010 | 1001001 | 111111 |
Color Harmonies of #5CE672
Complementary color
Monochromatic Colors of #5CE672
Black with #5CE672
Text Example
Text Example
White with #5CE672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE672; }
p { color: rgb(92,230,114); }
H1.HeaderClassName
{
color: #5CE672;
}
.AnyTagClassName
{
color: #5CE672;
}
</style>
background-color css
<style>
a { background-color: #5CE672; }
a { background-color: rgb(92,230,114); }
div.DivClassName
{
background-color: #5CE672;
}
.BgClassName
{
background-color: #5CE672;
}
</style>
border-color css
<style>
span { border-color: #5CE672; }
span { border-color: rgb(92,230,114); }
td.TdClassName
{
border-color: #5CE672;
}
.TagClassName
{
border-color: #5CE672;
}
</style>