Shades of Dark Pastel Green #06CF3C
Tints of Dark Pastel Green #06CF3C
RGB
CMYK
RGB Variations
Color information
#06CF3C (or 0x06CF3C) is known color: Dark Pastel Green. HEX triplet: 06, CF and 3C. RGB value is (6,207,60). Sum of RGB (Red+Green+Blue) = 6+207+60=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 207 (81.25% from 255 or 75.82% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 207 - color contains mainly: green. Hex color #06CF3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06CF3C is #F930C3. Grayscale: #828282. Windows color (decimal): -16330948 or 3985158. OLE color: 3985158.
HSL color Cylindrical-coordinate representation of color #06CF3C: hue angle of 136.12º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CF3C is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 207 | 60 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.19 |
| HSL | 136.12º | 0.94% | 0.42% | - |
| HSV(B) | 136.12º | 0.97% | 0.81% | - |
| XYZ | 23.2 | 44.99 | 11.74 | - |
| YUV | 130.14 | 88.41 | 39.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 207 | 60 | 0.97 | 0 | 0.71 | 0.19 | 136.12 | 0.94 | 0.42 |
| Hex | 6 | CF | 3C | 61 | 0 | 47 | 13 | 88 | 5E | 2A |
| Octal | 6 | 317 | 74 | 141 | 0 | 107 | 23 | 210 | 136 | 52 |
| Binary | 110 | 11001111 | 111100 | 1100001 | 0 | 1000111 | 10011 | 10001000 | 1011110 | 101010 |
Color Harmonies of #06CF3C
Complementary color
Monochromatic Colors of #06CF3C
Black with #06CF3C
Text Example
Text Example
White with #06CF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CF3C; }
p { color: rgb(6,207,60); }
H1.HeaderClassName
{
color: #06CF3C;
}
.AnyTagClassName
{
color: #06CF3C;
}
</style>
background-color css
<style>
a { background-color: #06CF3C; }
a { background-color: rgb(6,207,60); }
div.DivClassName
{
background-color: #06CF3C;
}
.BgClassName
{
background-color: #06CF3C;
}
</style>
border-color css
<style>
span { border-color: #06CF3C; }
span { border-color: rgb(6,207,60); }
td.TdClassName
{
border-color: #06CF3C;
}
.TagClassName
{
border-color: #06CF3C;
}
</style>