Shades of Dark Pastel Green #10CB3F
Tints of Dark Pastel Green #10CB3F
RGB
CMYK
RGB Variations
Color information
#10CB3F (or 0x10CB3F) is known color: Dark Pastel Green. HEX triplet: 10, CB and 3F. RGB value is (16,203,63). Sum of RGB (Red+Green+Blue) = 16+203+63=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 203 (79.69% from 255 or 71.99% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 203 - color contains mainly: green. Hex color #10CB3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CB3F is #EF34C0. Grayscale: #838383. Windows color (decimal): -15676609 or 4180752. OLE color: 4180752.
HSL color Cylindrical-coordinate representation of color #10CB3F: hue angle of 135.08º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CB3F is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 203 | 63 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.20 |
| HSL | 135.08º | 0.85% | 0.43% | - |
| HSV(B) | 135.08º | 0.92% | 0.8% | - |
| XYZ | 22.47 | 43.18 | 11.85 | - |
| YUV | 131.13 | 89.55 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 203 | 63 | 0.92 | 0 | 0.69 | 0.20 | 135.08 | 0.85 | 0.43 |
| Hex | 10 | CB | 3F | 5C | 0 | 45 | 14 | 87 | 55 | 2B |
| Octal | 20 | 313 | 77 | 134 | 0 | 105 | 24 | 207 | 125 | 53 |
| Binary | 10000 | 11001011 | 111111 | 1011100 | 0 | 1000101 | 10100 | 10000111 | 1010101 | 101011 |
Color Harmonies of #10CB3F
Complementary color
Monochromatic Colors of #10CB3F
Black with #10CB3F
Text Example
Text Example
White with #10CB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CB3F; }
p { color: rgb(16,203,63); }
H1.HeaderClassName
{
color: #10CB3F;
}
.AnyTagClassName
{
color: #10CB3F;
}
</style>
background-color css
<style>
a { background-color: #10CB3F; }
a { background-color: rgb(16,203,63); }
div.DivClassName
{
background-color: #10CB3F;
}
.BgClassName
{
background-color: #10CB3F;
}
</style>
border-color css
<style>
span { border-color: #10CB3F; }
span { border-color: rgb(16,203,63); }
td.TdClassName
{
border-color: #10CB3F;
}
.TagClassName
{
border-color: #10CB3F;
}
</style>