Shades of Dark Pastel Green #00BF4C
Tints of Dark Pastel Green #00BF4C
RGB
CMYK
RGB Variations
Color information
#00BF4C (or 0x00BF4C) is known color: Dark Pastel Green. HEX triplet: 00, BF and 4C. RGB value is (0,191,76). Sum of RGB (Red+Green+Blue) = 0+191+76=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 191 (75% from 255 or 71.54% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 191 - color contains mainly: green. Hex color #00BF4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BF4C is #FF40B3. Grayscale: #797979. Windows color (decimal): -16728244 or 5029632. OLE color: 5029632.
HSL color Cylindrical-coordinate representation of color #00BF4C: hue angle of 143.87º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BF4C is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 191 | 76 | - |
| CMYK | 1 | 0 | 0.60 | 0.25 |
| HSL | 143.87º | 1% | 0.37% | - |
| HSV(B) | 143.87º | 1% | 0.75% | - |
| XYZ | 19.94 | 37.78 | 13.08 | - |
| YUV | 120.78 | 102.72 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 76 | 1 | 0 | 0.60 | 0.25 | 143.87 | 1 | 0.37 |
| Hex | 0 | BF | 4C | 64 | 0 | 3C | 19 | 90 | 64 | 25 |
| Octal | 0 | 277 | 114 | 144 | 0 | 74 | 31 | 220 | 144 | 45 |
| Binary | 0 | 10111111 | 1001100 | 1100100 | 0 | 111100 | 11001 | 10010000 | 1100100 | 100101 |
Color Harmonies of #00BF4C
Complementary color
Monochromatic Colors of #00BF4C
Black with #00BF4C
Text Example
Text Example
White with #00BF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BF4C; }
p { color: rgb(0,191,76); }
H1.HeaderClassName
{
color: #00BF4C;
}
.AnyTagClassName
{
color: #00BF4C;
}
</style>
background-color css
<style>
a { background-color: #00BF4C; }
a { background-color: rgb(0,191,76); }
div.DivClassName
{
background-color: #00BF4C;
}
.BgClassName
{
background-color: #00BF4C;
}
</style>
border-color css
<style>
span { border-color: #00BF4C; }
span { border-color: rgb(0,191,76); }
td.TdClassName
{
border-color: #00BF4C;
}
.TagClassName
{
border-color: #00BF4C;
}
</style>