Shades of Dark Pastel Green #10BF31
Tints of Dark Pastel Green #10BF31
RGB
CMYK
RGB Variations
Color information
#10BF31 (or 0x10BF31) is known color: Dark Pastel Green. HEX triplet: 10, BF and 31. RGB value is (16,191,49). Sum of RGB (Red+Green+Blue) = 16+191+49=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 191 (75% from 255 or 74.61% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BF31 is #EF40CE. Grayscale: #7A7A7A. Windows color (decimal): -15679695 or 3260176. OLE color: 3260176.
HSL color Cylindrical-coordinate representation of color #10BF31: hue angle of 131.31º 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 #10BF31 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 191 | 49 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.25 |
| HSL | 131.31º | 0.85% | 0.41% | - |
| HSV(B) | 131.31º | 0.92% | 0.75% | - |
| XYZ | 19.4 | 37.59 | 9.14 | - |
| YUV | 122.49 | 86.52 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 49 | 0.92 | 0 | 0.74 | 0.25 | 131.31 | 0.85 | 0.41 |
| Hex | 10 | BF | 31 | 5C | 0 | 4A | 19 | 83 | 55 | 29 |
| Octal | 20 | 277 | 61 | 134 | 0 | 112 | 31 | 203 | 125 | 51 |
| Binary | 10000 | 10111111 | 110001 | 1011100 | 0 | 1001010 | 11001 | 10000011 | 1010101 | 101001 |
Color Harmonies of #10BF31
Complementary color
Monochromatic Colors of #10BF31
Black with #10BF31
Text Example
Text Example
White with #10BF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BF31; }
p { color: rgb(16,191,49); }
H1.HeaderClassName
{
color: #10BF31;
}
.AnyTagClassName
{
color: #10BF31;
}
</style>
background-color css
<style>
a { background-color: #10BF31; }
a { background-color: rgb(16,191,49); }
div.DivClassName
{
background-color: #10BF31;
}
.BgClassName
{
background-color: #10BF31;
}
</style>
border-color css
<style>
span { border-color: #10BF31; }
span { border-color: rgb(16,191,49); }
td.TdClassName
{
border-color: #10BF31;
}
.TagClassName
{
border-color: #10BF31;
}
</style>