Shades of Dark Pastel Green #10CF2B
Tints of Dark Pastel Green #10CF2B
RGB
CMYK
RGB Variations
Color information
#10CF2B (or 0x10CF2B) is known color: Dark Pastel Green. HEX triplet: 10, CF and 2B. RGB value is (16,207,43). Sum of RGB (Red+Green+Blue) = 16+207+43=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 207 (81.25% from 255 or 77.82% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 207 - color contains mainly: green. Hex color #10CF2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CF2B is #EF30D4. Grayscale: #838383. Windows color (decimal): -15675605 or 2871056. OLE color: 2871056.
HSL color Cylindrical-coordinate representation of color #10CF2B: hue angle of 128.48º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CF2B is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 207 | 43 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.19 |
| HSL | 128.48º | 0.86% | 0.44% | - |
| HSV(B) | 128.48º | 0.92% | 0.81% | - |
| XYZ | 22.96 | 44.91 | 9.74 | - |
| YUV | 131.2 | 78.22 | 45.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 43 | 0.92 | 0 | 0.79 | 0.19 | 128.48 | 0.86 | 0.44 |
| Hex | 10 | CF | 2B | 5C | 0 | 4F | 13 | 80 | 56 | 2C |
| Octal | 20 | 317 | 53 | 134 | 0 | 117 | 23 | 200 | 126 | 54 |
| Binary | 10000 | 11001111 | 101011 | 1011100 | 0 | 1001111 | 10011 | 10000000 | 1010110 | 101100 |
Color Harmonies of #10CF2B
Complementary color
Monochromatic Colors of #10CF2B
Black with #10CF2B
Text Example
Text Example
White with #10CF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CF2B; }
p { color: rgb(16,207,43); }
H1.HeaderClassName
{
color: #10CF2B;
}
.AnyTagClassName
{
color: #10CF2B;
}
</style>
background-color css
<style>
a { background-color: #10CF2B; }
a { background-color: rgb(16,207,43); }
div.DivClassName
{
background-color: #10CF2B;
}
.BgClassName
{
background-color: #10CF2B;
}
</style>
border-color css
<style>
span { border-color: #10CF2B; }
span { border-color: rgb(16,207,43); }
td.TdClassName
{
border-color: #10CF2B;
}
.TagClassName
{
border-color: #10CF2B;
}
</style>