Shades of Dark Pastel Green #10BD41
Tints of Dark Pastel Green #10BD41
RGB
CMYK
RGB Variations
Color information
#10BD41 (or 0x10BD41) is known color: Dark Pastel Green. HEX triplet: 10, BD and 41. RGB value is (16,189,65). Sum of RGB (Red+Green+Blue) = 16+189+65=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 189 (74.22% from 255 or 70% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BD41 is #EF42BE. Grayscale: #7B7B7B. Windows color (decimal): -15680191 or 4308240. OLE color: 4308240.
HSL color Cylindrical-coordinate representation of color #10BD41: hue angle of 136.99º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BD41 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 189 | 65 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.26 |
| HSL | 136.99º | 0.84% | 0.4% | - |
| HSV(B) | 136.99º | 0.92% | 0.74% | - |
| XYZ | 19.37 | 36.89 | 11.1 | - |
| YUV | 123.14 | 95.19 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 65 | 0.92 | 0 | 0.66 | 0.26 | 136.99 | 0.84 | 0.4 |
| Hex | 10 | BD | 41 | 5C | 0 | 42 | 1A | 89 | 54 | 28 |
| Octal | 20 | 275 | 101 | 134 | 0 | 102 | 32 | 211 | 124 | 50 |
| Binary | 10000 | 10111101 | 1000001 | 1011100 | 0 | 1000010 | 11010 | 10001001 | 1010100 | 101000 |
Color Harmonies of #10BD41
Complementary color
Monochromatic Colors of #10BD41
Black with #10BD41
Text Example
Text Example
White with #10BD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BD41; }
p { color: rgb(16,189,65); }
H1.HeaderClassName
{
color: #10BD41;
}
.AnyTagClassName
{
color: #10BD41;
}
</style>
background-color css
<style>
a { background-color: #10BD41; }
a { background-color: rgb(16,189,65); }
div.DivClassName
{
background-color: #10BD41;
}
.BgClassName
{
background-color: #10BD41;
}
</style>
border-color css
<style>
span { border-color: #10BD41; }
span { border-color: rgb(16,189,65); }
td.TdClassName
{
border-color: #10BD41;
}
.TagClassName
{
border-color: #10BD41;
}
</style>