Shades of Dark Pastel Green #07BE4E
Tints of Dark Pastel Green #07BE4E
RGB
CMYK
RGB Variations
Color information
#07BE4E (or 0x07BE4E) is known color: Dark Pastel Green. HEX triplet: 07, BE and 4E. RGB value is (7,190,78). Sum of RGB (Red+Green+Blue) = 7+190+78=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 190 (74.61% from 255 or 69.09% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 190 - color contains mainly: green. Hex color #07BE4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BE4E is #F841B1. Grayscale: #7A7A7A. Windows color (decimal): -16269746 or 5160455. OLE color: 5160455.
HSL color Cylindrical-coordinate representation of color #07BE4E: hue angle of 143.28º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BE4E is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 190 | 78 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.25 |
| HSL | 143.28º | 0.93% | 0.39% | - |
| HSV(B) | 143.28º | 0.96% | 0.75% | - |
| XYZ | 19.88 | 37.42 | 13.38 | - |
| YUV | 122.52 | 102.87 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 190 | 78 | 0.96 | 0 | 0.59 | 0.25 | 143.28 | 0.93 | 0.39 |
| Hex | 7 | BE | 4E | 60 | 0 | 3B | 19 | 8F | 5D | 27 |
| Octal | 7 | 276 | 116 | 140 | 0 | 73 | 31 | 217 | 135 | 47 |
| Binary | 111 | 10111110 | 1001110 | 1100000 | 0 | 111011 | 11001 | 10001111 | 1011101 | 100111 |
Color Harmonies of #07BE4E
Complementary color
Monochromatic Colors of #07BE4E
Black with #07BE4E
Text Example
Text Example
White with #07BE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BE4E; }
p { color: rgb(7,190,78); }
H1.HeaderClassName
{
color: #07BE4E;
}
.AnyTagClassName
{
color: #07BE4E;
}
</style>
background-color css
<style>
a { background-color: #07BE4E; }
a { background-color: rgb(7,190,78); }
div.DivClassName
{
background-color: #07BE4E;
}
.BgClassName
{
background-color: #07BE4E;
}
</style>
border-color css
<style>
span { border-color: #07BE4E; }
span { border-color: rgb(7,190,78); }
td.TdClassName
{
border-color: #07BE4E;
}
.TagClassName
{
border-color: #07BE4E;
}
</style>