Shades of Dark Pastel Green #00C93B
Tints of Dark Pastel Green #00C93B
RGB
CMYK
RGB Variations
Color information
#00C93B (or 0x00C93B) is known color: Dark Pastel Green. HEX triplet: 00, C9 and 3B. RGB value is (0,201,59). Sum of RGB (Red+Green+Blue) = 0+201+59=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 201 (78.91% from 255 or 77.31% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 201 - color contains mainly: green. Hex color #00C93B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C93B is #FF36C4. Grayscale: #7D7D7D. Windows color (decimal): -16725701 or 3918080. OLE color: 3918080.
HSL color Cylindrical-coordinate representation of color #00C93B: hue angle of 137.61º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C93B is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 201 | 59 | - |
| CMYK | 1 | 0 | 0.71 | 0.21 |
| HSL | 137.61º | 1% | 0.39% | - |
| HSV(B) | 137.61º | 1% | 0.79% | - |
| XYZ | 21.68 | 42.09 | 11.12 | - |
| YUV | 124.71 | 90.91 | 39.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 201 | 59 | 1 | 0 | 0.71 | 0.21 | 137.61 | 1 | 0.39 |
| Hex | 0 | C9 | 3B | 64 | 0 | 47 | 15 | 8A | 64 | 27 |
| Octal | 0 | 311 | 73 | 144 | 0 | 107 | 25 | 212 | 144 | 47 |
| Binary | 0 | 11001001 | 111011 | 1100100 | 0 | 1000111 | 10101 | 10001010 | 1100100 | 100111 |
Color Harmonies of #00C93B
Complementary color
Monochromatic Colors of #00C93B
Black with #00C93B
Text Example
Text Example
White with #00C93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C93B; }
p { color: rgb(0,201,59); }
H1.HeaderClassName
{
color: #00C93B;
}
.AnyTagClassName
{
color: #00C93B;
}
</style>
background-color css
<style>
a { background-color: #00C93B; }
a { background-color: rgb(0,201,59); }
div.DivClassName
{
background-color: #00C93B;
}
.BgClassName
{
background-color: #00C93B;
}
</style>
border-color css
<style>
span { border-color: #00C93B; }
span { border-color: rgb(0,201,59); }
td.TdClassName
{
border-color: #00C93B;
}
.TagClassName
{
border-color: #00C93B;
}
</style>