Shades of Dark Pastel Green #10C833
Tints of Dark Pastel Green #10C833
RGB
CMYK
RGB Variations
Color information
#10C833 (or 0x10C833) is known color: Dark Pastel Green. HEX triplet: 10, C8 and 33. RGB value is (16,200,51). Sum of RGB (Red+Green+Blue) = 16+200+51=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 200 (78.52% from 255 or 74.91% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 200 - color contains mainly: green. Hex color #10C833 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C833 is #EF37CC. Grayscale: #808080. Windows color (decimal): -15677389 or 3393552. OLE color: 3393552.
HSL color Cylindrical-coordinate representation of color #10C833: hue angle of 131.41º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C833 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 200 | 51 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.22 |
| HSL | 131.41º | 0.85% | 0.42% | - |
| HSV(B) | 131.41º | 0.92% | 0.78% | - |
| XYZ | 21.47 | 41.66 | 10.04 | - |
| YUV | 128 | 84.54 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 51 | 0.92 | 0 | 0.74 | 0.22 | 131.41 | 0.85 | 0.42 |
| Hex | 10 | C8 | 33 | 5C | 0 | 4A | 16 | 83 | 55 | 2A |
| Octal | 20 | 310 | 63 | 134 | 0 | 112 | 26 | 203 | 125 | 52 |
| Binary | 10000 | 11001000 | 110011 | 1011100 | 0 | 1001010 | 10110 | 10000011 | 1010101 | 101010 |
Color Harmonies of #10C833
Complementary color
Monochromatic Colors of #10C833
Black with #10C833
Text Example
Text Example
White with #10C833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C833; }
p { color: rgb(16,200,51); }
H1.HeaderClassName
{
color: #10C833;
}
.AnyTagClassName
{
color: #10C833;
}
</style>
background-color css
<style>
a { background-color: #10C833; }
a { background-color: rgb(16,200,51); }
div.DivClassName
{
background-color: #10C833;
}
.BgClassName
{
background-color: #10C833;
}
</style>
border-color css
<style>
span { border-color: #10C833; }
span { border-color: rgb(16,200,51); }
td.TdClassName
{
border-color: #10C833;
}
.TagClassName
{
border-color: #10C833;
}
</style>