Shades of Pastel Green #5CF189
Tints of Pastel Green #5CF189
RGB
CMYK
RGB Variations
Color information
#5CF189 (or 0x5CF189) is known color: Pastel Green. HEX triplet: 5C, F1 and 89. RGB value is (92,241,137). Sum of RGB (Red+Green+Blue) = 92+241+137=470 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.57% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #5CF189 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CF189 is #A30E76. Grayscale: #B8B8B8. Windows color (decimal): -10686071 or 9040220. OLE color: 9040220.
HSL color Cylindrical-coordinate representation of color #5CF189: hue angle of 138.12º 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 #5CF189 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 241 | 137 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.05 |
| HSL | 138.12º | 0.84% | 0.65% | - |
| HSV(B) | 138.12º | 0.62% | 0.95% | - |
| XYZ | 40.38 | 66.99 | 34.47 | - |
| YUV | 184.59 | 101.14 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 241 | 137 | 0.62 | 0 | 0.43 | 0.05 | 138.12 | 0.84 | 0.65 |
| Hex | 5C | F1 | 89 | 3E | 0 | 2B | 5 | 8A | 54 | 41 |
| Octal | 134 | 361 | 211 | 76 | 0 | 53 | 5 | 212 | 124 | 101 |
| Binary | 1011100 | 11110001 | 10001001 | 111110 | 0 | 101011 | 101 | 10001010 | 1010100 | 1000001 |
Color Harmonies of #5CF189
Complementary color
Monochromatic Colors of #5CF189
Black with #5CF189
Text Example
Text Example
White with #5CF189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF189; }
p { color: rgb(92,241,137); }
H1.HeaderClassName
{
color: #5CF189;
}
.AnyTagClassName
{
color: #5CF189;
}
</style>
background-color css
<style>
a { background-color: #5CF189; }
a { background-color: rgb(92,241,137); }
div.DivClassName
{
background-color: #5CF189;
}
.BgClassName
{
background-color: #5CF189;
}
</style>
border-color css
<style>
span { border-color: #5CF189; }
span { border-color: rgb(92,241,137); }
td.TdClassName
{
border-color: #5CF189;
}
.TagClassName
{
border-color: #5CF189;
}
</style>