Shades of Dark Pastel Green #00D61F
Tints of Dark Pastel Green #00D61F
RGB
CMYK
RGB Variations
Color information
#00D61F (or 0x00D61F) is known color: Dark Pastel Green. HEX triplet: 00, D6 and 1F. RGB value is (0,214,31). Sum of RGB (Red+Green+Blue) = 0+214+31=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 214 (83.98% from 255 or 87.35% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 214 - color contains mainly: green. Hex color #00D61F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D61F is #FF29E0. Grayscale: #818181. Windows color (decimal): -16722401 or 2086400. OLE color: 2086400.
HSL color Cylindrical-coordinate representation of color #00D61F: hue angle of 128.69º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D61F is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 31 | - |
| CMYK | 1 | 0 | 0.86 | 0.16 |
| HSL | 128.69º | 1% | 0.42% | - |
| HSV(B) | 128.69º | 1% | 0.84% | - |
| XYZ | 24.29 | 48.19 | 9.32 | - |
| YUV | 129.15 | 72.6 | 35.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 31 | 1 | 0 | 0.86 | 0.16 | 128.69 | 1 | 0.42 |
| Hex | 0 | D6 | 1F | 64 | 0 | 56 | 10 | 81 | 64 | 2A |
| Octal | 0 | 326 | 37 | 144 | 0 | 126 | 20 | 201 | 144 | 52 |
| Binary | 0 | 11010110 | 11111 | 1100100 | 0 | 1010110 | 10000 | 10000001 | 1100100 | 101010 |
Color Harmonies of #00D61F
Complementary color
Monochromatic Colors of #00D61F
Black with #00D61F
Text Example
Text Example
White with #00D61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D61F; }
p { color: rgb(0,214,31); }
H1.HeaderClassName
{
color: #00D61F;
}
.AnyTagClassName
{
color: #00D61F;
}
</style>
background-color css
<style>
a { background-color: #00D61F; }
a { background-color: rgb(0,214,31); }
div.DivClassName
{
background-color: #00D61F;
}
.BgClassName
{
background-color: #00D61F;
}
</style>
border-color css
<style>
span { border-color: #00D61F; }
span { border-color: rgb(0,214,31); }
td.TdClassName
{
border-color: #00D61F;
}
.TagClassName
{
border-color: #00D61F;
}
</style>