Shades of Dark Pastel Green #10D635
Tints of Dark Pastel Green #10D635
RGB
CMYK
RGB Variations
Color information
#10D635 (or 0x10D635) is known color: Dark Pastel Green. HEX triplet: 10, D6 and 35. RGB value is (16,214,53). Sum of RGB (Red+Green+Blue) = 16+214+53=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 214 (83.98% from 255 or 75.62% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 214 - color contains mainly: green. Hex color #10D635 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D635 is #EF29CA. Grayscale: #888888. Windows color (decimal): -15673803 or 3528208. OLE color: 3528208.
HSL color Cylindrical-coordinate representation of color #10D635: hue angle of 131.21º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D635 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 214 | 53 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.16 |
| HSL | 131.21º | 0.86% | 0.45% | - |
| HSV(B) | 131.21º | 0.93% | 0.84% | - |
| XYZ | 24.9 | 48.46 | 11.41 | - |
| YUV | 136.44 | 80.9 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 53 | 0.93 | 0 | 0.75 | 0.16 | 131.21 | 0.86 | 0.45 |
| Hex | 10 | D6 | 35 | 5D | 0 | 4B | 10 | 83 | 56 | 2D |
| Octal | 20 | 326 | 65 | 135 | 0 | 113 | 20 | 203 | 126 | 55 |
| Binary | 10000 | 11010110 | 110101 | 1011101 | 0 | 1001011 | 10000 | 10000011 | 1010110 | 101101 |
Color Harmonies of #10D635
Complementary color
Monochromatic Colors of #10D635
Black with #10D635
Text Example
Text Example
White with #10D635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D635; }
p { color: rgb(16,214,53); }
H1.HeaderClassName
{
color: #10D635;
}
.AnyTagClassName
{
color: #10D635;
}
</style>
background-color css
<style>
a { background-color: #10D635; }
a { background-color: rgb(16,214,53); }
div.DivClassName
{
background-color: #10D635;
}
.BgClassName
{
background-color: #10D635;
}
</style>
border-color css
<style>
span { border-color: #10D635; }
span { border-color: rgb(16,214,53); }
td.TdClassName
{
border-color: #10D635;
}
.TagClassName
{
border-color: #10D635;
}
</style>