Shades of Dark Pastel Green #06D92C
Tints of Dark Pastel Green #06D92C
RGB
CMYK
RGB Variations
Color information
#06D92C (or 0x06D92C) is known color: Dark Pastel Green. HEX triplet: 06, D9 and 2C. RGB value is (6,217,44). Sum of RGB (Red+Green+Blue) = 6+217+44=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 217 (85.16% from 255 or 81.27% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 217 - color contains mainly: green. Hex color #06D92C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06D92C is #F926D3. Grayscale: #868686. Windows color (decimal): -16328404 or 2939142. OLE color: 2939142.
HSL color Cylindrical-coordinate representation of color #06D92C: hue angle of 130.81º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D92C is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 217 | 44 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.15 |
| HSL | 130.81º | 0.95% | 0.44% | - |
| HSV(B) | 130.81º | 0.97% | 0.85% | - |
| XYZ | 25.34 | 49.85 | 10.67 | - |
| YUV | 134.19 | 77.1 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 217 | 44 | 0.97 | 0 | 0.80 | 0.15 | 130.81 | 0.95 | 0.44 |
| Hex | 6 | D9 | 2C | 61 | 0 | 50 | F | 83 | 5F | 2C |
| Octal | 6 | 331 | 54 | 141 | 0 | 120 | 17 | 203 | 137 | 54 |
| Binary | 110 | 11011001 | 101100 | 1100001 | 0 | 1010000 | 1111 | 10000011 | 1011111 | 101100 |
Color Harmonies of #06D92C
Complementary color
Monochromatic Colors of #06D92C
Black with #06D92C
Text Example
Text Example
White with #06D92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D92C; }
p { color: rgb(6,217,44); }
H1.HeaderClassName
{
color: #06D92C;
}
.AnyTagClassName
{
color: #06D92C;
}
</style>
background-color css
<style>
a { background-color: #06D92C; }
a { background-color: rgb(6,217,44); }
div.DivClassName
{
background-color: #06D92C;
}
.BgClassName
{
background-color: #06D92C;
}
</style>
border-color css
<style>
span { border-color: #06D92C; }
span { border-color: rgb(6,217,44); }
td.TdClassName
{
border-color: #06D92C;
}
.TagClassName
{
border-color: #06D92C;
}
</style>