Shades of Dark Pastel Green #01CF40
Tints of Dark Pastel Green #01CF40
RGB
CMYK
RGB Variations
Color information
#01CF40 (or 0x01CF40) is known color: Dark Pastel Green. HEX triplet: 01, CF and 40. RGB value is (1,207,64). Sum of RGB (Red+Green+Blue) = 1+207+64=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 207 (81.25% from 255 or 76.10% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 207 - color contains mainly: green. Hex color #01CF40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CF40 is #FE30BF. Grayscale: #818181. Windows color (decimal): -16658624 or 4247297. OLE color: 4247297.
HSL color Cylindrical-coordinate representation of color #01CF40: hue angle of 138.35º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CF40 is Cyan = 1.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 207 | 64 | - |
| CMYK | 1.00 | 0 | 0.69 | 0.19 |
| HSL | 138.35º | 0.99% | 0.41% | - |
| HSV(B) | 138.35º | 1% | 0.81% | - |
| XYZ | 23.25 | 45 | 12.31 | - |
| YUV | 129.1 | 91.25 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 64 | 1.00 | 0 | 0.69 | 0.19 | 138.35 | 0.99 | 0.41 |
| Hex | 1 | CF | 40 | 64 | 0 | 45 | 13 | 8A | 63 | 29 |
| Octal | 1 | 317 | 100 | 144 | 0 | 105 | 23 | 212 | 143 | 51 |
| Binary | 1 | 11001111 | 1000000 | 1100100 | 0 | 1000101 | 10011 | 10001010 | 1100011 | 101001 |
Color Harmonies of #01CF40
Complementary color
Monochromatic Colors of #01CF40
Black with #01CF40
Text Example
Text Example
White with #01CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CF40; }
p { color: rgb(1,207,64); }
H1.HeaderClassName
{
color: #01CF40;
}
.AnyTagClassName
{
color: #01CF40;
}
</style>
background-color css
<style>
a { background-color: #01CF40; }
a { background-color: rgb(1,207,64); }
div.DivClassName
{
background-color: #01CF40;
}
.BgClassName
{
background-color: #01CF40;
}
</style>
border-color css
<style>
span { border-color: #01CF40; }
span { border-color: rgb(1,207,64); }
td.TdClassName
{
border-color: #01CF40;
}
.TagClassName
{
border-color: #01CF40;
}
</style>