Shades of Dark Pastel Green #05CB2A
Tints of Dark Pastel Green #05CB2A
RGB
CMYK
RGB Variations
Color information
#05CB2A (or 0x05CB2A) is known color: Dark Pastel Green. HEX triplet: 05, CB and 2A. RGB value is (5,203,42). Sum of RGB (Red+Green+Blue) = 5+203+42=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 203 (79.69% from 255 or 81.2% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 203 - color contains mainly: green. Hex color #05CB2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CB2A is #FA34D5. Grayscale: #7D7D7D. Windows color (decimal): -16397526 or 2804485. OLE color: 2804485.
HSL color Cylindrical-coordinate representation of color #05CB2A: hue angle of 131.21º degrees, saturation: 0.95, 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 #05CB2A is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 203 | 42 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.20 |
| HSL | 131.21º | 0.95% | 0.41% | - |
| HSV(B) | 131.21º | 0.98% | 0.8% | - |
| XYZ | 21.84 | 42.91 | 9.32 | - |
| YUV | 125.44 | 80.9 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 203 | 42 | 0.98 | 0 | 0.79 | 0.20 | 131.21 | 0.95 | 0.41 |
| Hex | 5 | CB | 2A | 62 | 0 | 4F | 14 | 83 | 5F | 29 |
| Octal | 5 | 313 | 52 | 142 | 0 | 117 | 24 | 203 | 137 | 51 |
| Binary | 101 | 11001011 | 101010 | 1100010 | 0 | 1001111 | 10100 | 10000011 | 1011111 | 101001 |
Color Harmonies of #05CB2A
Complementary color
Monochromatic Colors of #05CB2A
Black with #05CB2A
Text Example
Text Example
White with #05CB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CB2A; }
p { color: rgb(5,203,42); }
H1.HeaderClassName
{
color: #05CB2A;
}
.AnyTagClassName
{
color: #05CB2A;
}
</style>
background-color css
<style>
a { background-color: #05CB2A; }
a { background-color: rgb(5,203,42); }
div.DivClassName
{
background-color: #05CB2A;
}
.BgClassName
{
background-color: #05CB2A;
}
</style>
border-color css
<style>
span { border-color: #05CB2A; }
span { border-color: rgb(5,203,42); }
td.TdClassName
{
border-color: #05CB2A;
}
.TagClassName
{
border-color: #05CB2A;
}
</style>