Shades of Dark Pastel Green #04CB3B
Tints of Dark Pastel Green #04CB3B
RGB
CMYK
RGB Variations
Color information
#04CB3B (or 0x04CB3B) is known color: Dark Pastel Green. HEX triplet: 04, CB and 3B. RGB value is (4,203,59). Sum of RGB (Red+Green+Blue) = 4+203+59=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 203 (79.69% from 255 or 76.32% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 203 - color contains mainly: green. Hex color #04CB3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CB3B is #FB34C4. Grayscale: #7F7F7F. Windows color (decimal): -16463045 or 3918596. OLE color: 3918596.
HSL color Cylindrical-coordinate representation of color #04CB3B: hue angle of 136.58º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CB3B is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 203 | 59 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.20 |
| HSL | 136.58º | 0.96% | 0.41% | - |
| HSV(B) | 136.58º | 0.98% | 0.8% | - |
| XYZ | 22.2 | 43.05 | 11.28 | - |
| YUV | 127.08 | 89.57 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 203 | 59 | 0.98 | 0 | 0.71 | 0.20 | 136.58 | 0.96 | 0.41 |
| Hex | 4 | CB | 3B | 62 | 0 | 47 | 14 | 89 | 60 | 29 |
| Octal | 4 | 313 | 73 | 142 | 0 | 107 | 24 | 211 | 140 | 51 |
| Binary | 100 | 11001011 | 111011 | 1100010 | 0 | 1000111 | 10100 | 10001001 | 1100000 | 101001 |
Color Harmonies of #04CB3B
Complementary color
Monochromatic Colors of #04CB3B
Black with #04CB3B
Text Example
Text Example
White with #04CB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CB3B; }
p { color: rgb(4,203,59); }
H1.HeaderClassName
{
color: #04CB3B;
}
.AnyTagClassName
{
color: #04CB3B;
}
</style>
background-color css
<style>
a { background-color: #04CB3B; }
a { background-color: rgb(4,203,59); }
div.DivClassName
{
background-color: #04CB3B;
}
.BgClassName
{
background-color: #04CB3B;
}
</style>
border-color css
<style>
span { border-color: #04CB3B; }
span { border-color: rgb(4,203,59); }
td.TdClassName
{
border-color: #04CB3B;
}
.TagClassName
{
border-color: #04CB3B;
}
</style>