Shades of Dark Pastel Green #10BF4D
Tints of Dark Pastel Green #10BF4D
RGB
CMYK
RGB Variations
Color information
#10BF4D (or 0x10BF4D) is known color: Dark Pastel Green. HEX triplet: 10, BF and 4D. RGB value is (16,191,77). Sum of RGB (Red+Green+Blue) = 16+191+77=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 191 (75% from 255 or 67.25% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BF4D is #EF40B2. Grayscale: #7D7D7D. Windows color (decimal): -15679667 or 5095184. OLE color: 5095184.
HSL color Cylindrical-coordinate representation of color #10BF4D: hue angle of 140.91º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BF4D is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 191 | 77 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.25 |
| HSL | 140.91º | 0.85% | 0.41% | - |
| HSV(B) | 140.91º | 0.92% | 0.75% | - |
| XYZ | 20.18 | 37.91 | 13.27 | - |
| YUV | 125.68 | 100.52 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 77 | 0.92 | 0 | 0.60 | 0.25 | 140.91 | 0.85 | 0.41 |
| Hex | 10 | BF | 4D | 5C | 0 | 3C | 19 | 8D | 55 | 29 |
| Octal | 20 | 277 | 115 | 134 | 0 | 74 | 31 | 215 | 125 | 51 |
| Binary | 10000 | 10111111 | 1001101 | 1011100 | 0 | 111100 | 11001 | 10001101 | 1010101 | 101001 |
Color Harmonies of #10BF4D
Complementary color
Monochromatic Colors of #10BF4D
Black with #10BF4D
Text Example
Text Example
White with #10BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BF4D; }
p { color: rgb(16,191,77); }
H1.HeaderClassName
{
color: #10BF4D;
}
.AnyTagClassName
{
color: #10BF4D;
}
</style>
background-color css
<style>
a { background-color: #10BF4D; }
a { background-color: rgb(16,191,77); }
div.DivClassName
{
background-color: #10BF4D;
}
.BgClassName
{
background-color: #10BF4D;
}
</style>
border-color css
<style>
span { border-color: #10BF4D; }
span { border-color: rgb(16,191,77); }
td.TdClassName
{
border-color: #10BF4D;
}
.TagClassName
{
border-color: #10BF4D;
}
</style>