Shades of Dark Pastel Green #05CB3C
Tints of Dark Pastel Green #05CB3C
RGB
CMYK
RGB Variations
Color information
#05CB3C (or 0x05CB3C) is known color: Dark Pastel Green. HEX triplet: 05, CB and 3C. RGB value is (5,203,60). Sum of RGB (Red+Green+Blue) = 5+203+60=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 203 (79.69% from 255 or 75.75% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 203 - color contains mainly: green. Hex color #05CB3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CB3C is #FA34C3. Grayscale: #7F7F7F. Windows color (decimal): -16397508 or 3984133. OLE color: 3984133.
HSL color Cylindrical-coordinate representation of color #05CB3C: hue angle of 136.67º 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 #05CB3C is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 203 | 60 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.20 |
| HSL | 136.67º | 0.95% | 0.41% | - |
| HSV(B) | 136.67º | 0.98% | 0.8% | - |
| XYZ | 22.23 | 43.07 | 11.42 | - |
| YUV | 127.5 | 89.9 | 40.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 203 | 60 | 0.98 | 0 | 0.70 | 0.20 | 136.67 | 0.95 | 0.41 |
| Hex | 5 | CB | 3C | 62 | 0 | 46 | 14 | 89 | 5F | 29 |
| Octal | 5 | 313 | 74 | 142 | 0 | 106 | 24 | 211 | 137 | 51 |
| Binary | 101 | 11001011 | 111100 | 1100010 | 0 | 1000110 | 10100 | 10001001 | 1011111 | 101001 |
Color Harmonies of #05CB3C
Complementary color
Monochromatic Colors of #05CB3C
Black with #05CB3C
Text Example
Text Example
White with #05CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CB3C; }
p { color: rgb(5,203,60); }
H1.HeaderClassName
{
color: #05CB3C;
}
.AnyTagClassName
{
color: #05CB3C;
}
</style>
background-color css
<style>
a { background-color: #05CB3C; }
a { background-color: rgb(5,203,60); }
div.DivClassName
{
background-color: #05CB3C;
}
.BgClassName
{
background-color: #05CB3C;
}
</style>
border-color css
<style>
span { border-color: #05CB3C; }
span { border-color: rgb(5,203,60); }
td.TdClassName
{
border-color: #05CB3C;
}
.TagClassName
{
border-color: #05CB3C;
}
</style>