Shades of Dark Pastel Green #13CE33
Tints of Dark Pastel Green #13CE33
RGB
CMYK
RGB Variations
Color information
#13CE33 (or 0x13CE33) is known color: Dark Pastel Green. HEX triplet: 13, CE and 33. RGB value is (19,206,51). Sum of RGB (Red+Green+Blue) = 19+206+51=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 206 (80.86% from 255 or 74.64% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CE33 is #EC31CC. Grayscale: #848484. Windows color (decimal): -15479245 or 3395091. OLE color: 3395091.
HSL color Cylindrical-coordinate representation of color #13CE33: hue angle of 130.27º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CE33 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 51 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.19 |
| HSL | 130.27º | 0.83% | 0.44% | - |
| HSV(B) | 130.27º | 0.91% | 0.81% | - |
| XYZ | 22.94 | 44.52 | 10.52 | - |
| YUV | 132.42 | 82.05 | 47.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 51 | 0.91 | 0 | 0.75 | 0.19 | 130.27 | 0.83 | 0.44 |
| Hex | 13 | CE | 33 | 5B | 0 | 4B | 13 | 82 | 53 | 2C |
| Octal | 23 | 316 | 63 | 133 | 0 | 113 | 23 | 202 | 123 | 54 |
| Binary | 10011 | 11001110 | 110011 | 1011011 | 0 | 1001011 | 10011 | 10000010 | 1010011 | 101100 |
Color Harmonies of #13CE33
Complementary color
Monochromatic Colors of #13CE33
Black with #13CE33
Text Example
Text Example
White with #13CE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CE33; }
p { color: rgb(19,206,51); }
H1.HeaderClassName
{
color: #13CE33;
}
.AnyTagClassName
{
color: #13CE33;
}
</style>
background-color css
<style>
a { background-color: #13CE33; }
a { background-color: rgb(19,206,51); }
div.DivClassName
{
background-color: #13CE33;
}
.BgClassName
{
background-color: #13CE33;
}
</style>
border-color css
<style>
span { border-color: #13CE33; }
span { border-color: rgb(19,206,51); }
td.TdClassName
{
border-color: #13CE33;
}
.TagClassName
{
border-color: #13CE33;
}
</style>