Shades of Dark Pastel Green #00CF19
Tints of Dark Pastel Green #00CF19
RGB
CMYK
RGB Variations
Color information
#00CF19 (or 0x00CF19) is known color: Dark Pastel Green. HEX triplet: 00, CF and 19. RGB value is (0,207,25). Sum of RGB (Red+Green+Blue) = 0+207+25=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 207 (81.25% from 255 or 89.22% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 207 - color contains mainly: green. Hex color #00CF19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CF19 is #FF30E6. Grayscale: #7C7C7C. Windows color (decimal): -16724199 or 1691392. OLE color: 1691392.
HSL color Cylindrical-coordinate representation of color #00CF19: hue angle of 127.25º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CF19 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 207 | 25 | - |
| CMYK | 1 | 0 | 0.88 | 0.19 |
| HSL | 127.25º | 1% | 0.41% | - |
| HSV(B) | 127.25º | 1% | 0.81% | - |
| XYZ | 22.49 | 44.7 | 8.36 | - |
| YUV | 124.36 | 71.92 | 39.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 25 | 1 | 0 | 0.88 | 0.19 | 127.25 | 1 | 0.41 |
| Hex | 0 | CF | 19 | 64 | 0 | 58 | 13 | 7F | 64 | 29 |
| Octal | 0 | 317 | 31 | 144 | 0 | 130 | 23 | 177 | 144 | 51 |
| Binary | 0 | 11001111 | 11001 | 1100100 | 0 | 1011000 | 10011 | 1111111 | 1100100 | 101001 |
Color Harmonies of #00CF19
Complementary color
Monochromatic Colors of #00CF19
Black with #00CF19
Text Example
Text Example
White with #00CF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CF19; }
p { color: rgb(0,207,25); }
H1.HeaderClassName
{
color: #00CF19;
}
.AnyTagClassName
{
color: #00CF19;
}
</style>
background-color css
<style>
a { background-color: #00CF19; }
a { background-color: rgb(0,207,25); }
div.DivClassName
{
background-color: #00CF19;
}
.BgClassName
{
background-color: #00CF19;
}
</style>
border-color css
<style>
span { border-color: #00CF19; }
span { border-color: rgb(0,207,25); }
td.TdClassName
{
border-color: #00CF19;
}
.TagClassName
{
border-color: #00CF19;
}
</style>