Shades of Dark Pastel Green #1CC53B
Tints of Dark Pastel Green #1CC53B
RGB
CMYK
RGB Variations
Color information
#1CC53B (or 0x1CC53B) is known color: Dark Pastel Green. HEX triplet: 1C, C5 and 3B. RGB value is (28,197,59). Sum of RGB (Red+Green+Blue) = 28+197+59=284 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.86% from 284); Green value is 197 (77.34% from 255 or 69.37% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 197 - color contains mainly: green. Hex color #1CC53B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC53B is #E33AC4. Grayscale: #838383. Windows color (decimal): -14891717 or 3917084. OLE color: 3917084.
HSL color Cylindrical-coordinate representation of color #1CC53B: hue angle of 131.01º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC53B is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 197 | 59 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.23 |
| HSL | 131.01º | 0.75% | 0.44% | - |
| HSV(B) | 131.01º | 0.86% | 0.77% | - |
| XYZ | 21.23 | 40.5 | 10.83 | - |
| YUV | 130.74 | 87.51 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 197 | 59 | 0.86 | 0 | 0.70 | 0.23 | 131.01 | 0.75 | 0.44 |
| Hex | 1C | C5 | 3B | 56 | 0 | 46 | 17 | 83 | 4B | 2C |
| Octal | 34 | 305 | 73 | 126 | 0 | 106 | 27 | 203 | 113 | 54 |
| Binary | 11100 | 11000101 | 111011 | 1010110 | 0 | 1000110 | 10111 | 10000011 | 1001011 | 101100 |
Color Harmonies of #1CC53B
Complementary color
Monochromatic Colors of #1CC53B
Black with #1CC53B
Text Example
Text Example
White with #1CC53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC53B; }
p { color: rgb(28,197,59); }
H1.HeaderClassName
{
color: #1CC53B;
}
.AnyTagClassName
{
color: #1CC53B;
}
</style>
background-color css
<style>
a { background-color: #1CC53B; }
a { background-color: rgb(28,197,59); }
div.DivClassName
{
background-color: #1CC53B;
}
.BgClassName
{
background-color: #1CC53B;
}
</style>
border-color css
<style>
span { border-color: #1CC53B; }
span { border-color: rgb(28,197,59); }
td.TdClassName
{
border-color: #1CC53B;
}
.TagClassName
{
border-color: #1CC53B;
}
</style>