Shades of Dark Pastel Green #11BE3E
Tints of Dark Pastel Green #11BE3E
RGB
CMYK
RGB Variations
Color information
#11BE3E (or 0x11BE3E) is known color: Dark Pastel Green. HEX triplet: 11, BE and 3E. RGB value is (17,190,62). Sum of RGB (Red+Green+Blue) = 17+190+62=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 190 (74.61% from 255 or 70.63% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 190 - color contains mainly: green. Hex color #11BE3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BE3E is #EE41C1. Grayscale: #7C7C7C. Windows color (decimal): -15614402 or 4111889. OLE color: 4111889.
HSL color Cylindrical-coordinate representation of color #11BE3E: hue angle of 135.61º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BE3E is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 190 | 62 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.25 |
| HSL | 135.61º | 0.84% | 0.41% | - |
| HSV(B) | 135.61º | 0.91% | 0.75% | - |
| XYZ | 19.51 | 37.29 | 10.73 | - |
| YUV | 123.68 | 93.19 | 51.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 190 | 62 | 0.91 | 0 | 0.67 | 0.25 | 135.61 | 0.84 | 0.41 |
| Hex | 11 | BE | 3E | 5B | 0 | 43 | 19 | 88 | 54 | 29 |
| Octal | 21 | 276 | 76 | 133 | 0 | 103 | 31 | 210 | 124 | 51 |
| Binary | 10001 | 10111110 | 111110 | 1011011 | 0 | 1000011 | 11001 | 10001000 | 1010100 | 101001 |
Color Harmonies of #11BE3E
Complementary color
Monochromatic Colors of #11BE3E
Black with #11BE3E
Text Example
Text Example
White with #11BE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BE3E; }
p { color: rgb(17,190,62); }
H1.HeaderClassName
{
color: #11BE3E;
}
.AnyTagClassName
{
color: #11BE3E;
}
</style>
background-color css
<style>
a { background-color: #11BE3E; }
a { background-color: rgb(17,190,62); }
div.DivClassName
{
background-color: #11BE3E;
}
.BgClassName
{
background-color: #11BE3E;
}
</style>
border-color css
<style>
span { border-color: #11BE3E; }
span { border-color: rgb(17,190,62); }
td.TdClassName
{
border-color: #11BE3E;
}
.TagClassName
{
border-color: #11BE3E;
}
</style>