Shades of Dark Pastel Green #10D43B
Tints of Dark Pastel Green #10D43B
RGB
CMYK
RGB Variations
Color information
#10D43B (or 0x10D43B) is known color: Dark Pastel Green. HEX triplet: 10, D4 and 3B. RGB value is (16,212,59). Sum of RGB (Red+Green+Blue) = 16+212+59=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 212 (83.20% from 255 or 73.87% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 212 - color contains mainly: green. Hex color #10D43B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D43B is #EF2BC4. Grayscale: #888888. Windows color (decimal): -15674309 or 3920912. OLE color: 3920912.
HSL color Cylindrical-coordinate representation of color #10D43B: hue angle of 133.16º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D43B is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 16 | 212 | 59 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.17 |
| HSL | 133.16º | 0.86% | 0.45% | - |
| HSV(B) | 133.16º | 0.92% | 0.83% | - |
| XYZ | 24.55 | 47.51 | 12.01 | - |
| YUV | 135.95 | 84.57 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 212 | 59 | 0.92 | 0 | 0.72 | 0.17 | 133.16 | 0.86 | 0.45 |
| Hex | 10 | D4 | 3B | 5C | 0 | 48 | 11 | 85 | 56 | 2D |
| Octal | 20 | 324 | 73 | 134 | 0 | 110 | 21 | 205 | 126 | 55 |
| Binary | 10000 | 11010100 | 111011 | 1011100 | 0 | 1001000 | 10001 | 10000101 | 1010110 | 101101 |
Color Harmonies of #10D43B
Complementary color
Monochromatic Colors of #10D43B
Black with #10D43B
Text Example
Text Example
White with #10D43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D43B; }
p { color: rgb(16,212,59); }
H1.HeaderClassName
{
color: #10D43B;
}
.AnyTagClassName
{
color: #10D43B;
}
</style>
background-color css
<style>
a { background-color: #10D43B; }
a { background-color: rgb(16,212,59); }
div.DivClassName
{
background-color: #10D43B;
}
.BgClassName
{
background-color: #10D43B;
}
</style>
border-color css
<style>
span { border-color: #10D43B; }
span { border-color: rgb(16,212,59); }
td.TdClassName
{
border-color: #10D43B;
}
.TagClassName
{
border-color: #10D43B;
}
</style>