Shades of Dark Pastel Green #06DF30
Tints of Dark Pastel Green #06DF30
RGB
CMYK
RGB Variations
Color information
#06DF30 (or 0x06DF30) is known color: Dark Pastel Green. HEX triplet: 06, DF and 30. RGB value is (6,223,48). Sum of RGB (Red+Green+Blue) = 6+223+48=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 223 (87.5% from 255 or 80.51% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 223 - color contains mainly: green. Hex color #06DF30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DF30 is #F920CF. Grayscale: #8A8A8A. Windows color (decimal): -16326864 or 3202822. OLE color: 3202822.
HSL color Cylindrical-coordinate representation of color #06DF30: hue angle of 131.61º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DF30 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 223 | 48 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.13 |
| HSL | 131.61º | 0.95% | 0.45% | - |
| HSV(B) | 131.61º | 0.97% | 0.87% | - |
| XYZ | 27 | 53.03 | 11.61 | - |
| YUV | 138.17 | 77.11 | 33.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 223 | 48 | 0.97 | 0 | 0.78 | 0.13 | 131.61 | 0.95 | 0.45 |
| Hex | 6 | DF | 30 | 61 | 0 | 4E | D | 84 | 5F | 2D |
| Octal | 6 | 337 | 60 | 141 | 0 | 116 | 15 | 204 | 137 | 55 |
| Binary | 110 | 11011111 | 110000 | 1100001 | 0 | 1001110 | 1101 | 10000100 | 1011111 | 101101 |
Color Harmonies of #06DF30
Complementary color
Monochromatic Colors of #06DF30
Black with #06DF30
Text Example
Text Example
White with #06DF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DF30; }
p { color: rgb(6,223,48); }
H1.HeaderClassName
{
color: #06DF30;
}
.AnyTagClassName
{
color: #06DF30;
}
</style>
background-color css
<style>
a { background-color: #06DF30; }
a { background-color: rgb(6,223,48); }
div.DivClassName
{
background-color: #06DF30;
}
.BgClassName
{
background-color: #06DF30;
}
</style>
border-color css
<style>
span { border-color: #06DF30; }
span { border-color: rgb(6,223,48); }
td.TdClassName
{
border-color: #06DF30;
}
.TagClassName
{
border-color: #06DF30;
}
</style>