Shades of Dark Pastel Green #05CF40
Tints of Dark Pastel Green #05CF40
RGB
CMYK
RGB Variations
Color information
#05CF40 (or 0x05CF40) is known color: Dark Pastel Green. HEX triplet: 05, CF and 40. RGB value is (5,207,64). Sum of RGB (Red+Green+Blue) = 5+207+64=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 207 (81.25% from 255 or 75% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CF40 is #FA30BF. Grayscale: #828282. Windows color (decimal): -16396480 or 4247301. OLE color: 4247301.
HSL color Cylindrical-coordinate representation of color #05CF40: hue angle of 137.52º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CF40 is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 207 | 64 | - |
| CMYK | 0.98 | 0 | 0.69 | 0.19 |
| HSL | 137.52º | 0.95% | 0.42% | - |
| HSV(B) | 137.52º | 0.98% | 0.81% | - |
| XYZ | 23.3 | 45.03 | 12.31 | - |
| YUV | 130.3 | 90.58 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 207 | 64 | 0.98 | 0 | 0.69 | 0.19 | 137.52 | 0.95 | 0.42 |
| Hex | 5 | CF | 40 | 62 | 0 | 45 | 13 | 8A | 5F | 2A |
| Octal | 5 | 317 | 100 | 142 | 0 | 105 | 23 | 212 | 137 | 52 |
| Binary | 101 | 11001111 | 1000000 | 1100010 | 0 | 1000101 | 10011 | 10001010 | 1011111 | 101010 |
Color Harmonies of #05CF40
Complementary color
Monochromatic Colors of #05CF40
Black with #05CF40
Text Example
Text Example
White with #05CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CF40; }
p { color: rgb(5,207,64); }
H1.HeaderClassName
{
color: #05CF40;
}
.AnyTagClassName
{
color: #05CF40;
}
</style>
background-color css
<style>
a { background-color: #05CF40; }
a { background-color: rgb(5,207,64); }
div.DivClassName
{
background-color: #05CF40;
}
.BgClassName
{
background-color: #05CF40;
}
</style>
border-color css
<style>
span { border-color: #05CF40; }
span { border-color: rgb(5,207,64); }
td.TdClassName
{
border-color: #05CF40;
}
.TagClassName
{
border-color: #05CF40;
}
</style>