Shades of Dark Pastel Green #10BE40
Tints of Dark Pastel Green #10BE40
RGB
CMYK
RGB Variations
Color information
#10BE40 (or 0x10BE40) is known color: Dark Pastel Green. HEX triplet: 10, BE and 40. RGB value is (16,190,64). Sum of RGB (Red+Green+Blue) = 16+190+64=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 190 (74.61% from 255 or 70.37% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 190 - color contains mainly: green. Hex color #10BE40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BE40 is #EF41BF. Grayscale: #7B7B7B. Windows color (decimal): -15679936 or 4242960. OLE color: 4242960.
HSL color Cylindrical-coordinate representation of color #10BE40: hue angle of 136.55º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BE40 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 190 | 64 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.25 |
| HSL | 136.55º | 0.84% | 0.4% | - |
| HSV(B) | 136.55º | 0.92% | 0.75% | - |
| XYZ | 19.55 | 37.31 | 11.02 | - |
| YUV | 123.61 | 94.35 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 64 | 0.92 | 0 | 0.66 | 0.25 | 136.55 | 0.84 | 0.4 |
| Hex | 10 | BE | 40 | 5C | 0 | 42 | 19 | 89 | 54 | 28 |
| Octal | 20 | 276 | 100 | 134 | 0 | 102 | 31 | 211 | 124 | 50 |
| Binary | 10000 | 10111110 | 1000000 | 1011100 | 0 | 1000010 | 11001 | 10001001 | 1010100 | 101000 |
Color Harmonies of #10BE40
Complementary color
Monochromatic Colors of #10BE40
Black with #10BE40
Text Example
Text Example
White with #10BE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BE40; }
p { color: rgb(16,190,64); }
H1.HeaderClassName
{
color: #10BE40;
}
.AnyTagClassName
{
color: #10BE40;
}
</style>
background-color css
<style>
a { background-color: #10BE40; }
a { background-color: rgb(16,190,64); }
div.DivClassName
{
background-color: #10BE40;
}
.BgClassName
{
background-color: #10BE40;
}
</style>
border-color css
<style>
span { border-color: #10BE40; }
span { border-color: rgb(16,190,64); }
td.TdClassName
{
border-color: #10BE40;
}
.TagClassName
{
border-color: #10BE40;
}
</style>