Shades of Dark Pastel Green #07CF43
Tints of Dark Pastel Green #07CF43
RGB
CMYK
RGB Variations
Color information
#07CF43 (or 0x07CF43) is known color: Dark Pastel Green. HEX triplet: 07, CF and 43. RGB value is (7,207,67). Sum of RGB (Red+Green+Blue) = 7+207+67=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 207 (81.25% from 255 or 73.67% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 207 - color contains mainly: green. Hex color #07CF43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CF43 is #F830BC. Grayscale: #838383. Windows color (decimal): -16265405 or 4443911. OLE color: 4443911.
HSL color Cylindrical-coordinate representation of color #07CF43: hue angle of 138º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CF43 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 207 | 67 | - |
| CMYK | 0.97 | 0 | 0.68 | 0.19 |
| HSL | 138º | 0.93% | 0.42% | - |
| HSV(B) | 138º | 0.97% | 0.81% | - |
| XYZ | 23.41 | 45.08 | 12.78 | - |
| YUV | 131.24 | 91.74 | 39.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 67 | 0.97 | 0 | 0.68 | 0.19 | 138 | 0.93 | 0.42 |
| Hex | 7 | CF | 43 | 61 | 0 | 44 | 13 | 8A | 5D | 2A |
| Octal | 7 | 317 | 103 | 141 | 0 | 104 | 23 | 212 | 135 | 52 |
| Binary | 111 | 11001111 | 1000011 | 1100001 | 0 | 1000100 | 10011 | 10001010 | 1011101 | 101010 |
Color Harmonies of #07CF43
Complementary color
Monochromatic Colors of #07CF43
Black with #07CF43
Text Example
Text Example
White with #07CF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CF43; }
p { color: rgb(7,207,67); }
H1.HeaderClassName
{
color: #07CF43;
}
.AnyTagClassName
{
color: #07CF43;
}
</style>
background-color css
<style>
a { background-color: #07CF43; }
a { background-color: rgb(7,207,67); }
div.DivClassName
{
background-color: #07CF43;
}
.BgClassName
{
background-color: #07CF43;
}
</style>
border-color css
<style>
span { border-color: #07CF43; }
span { border-color: rgb(7,207,67); }
td.TdClassName
{
border-color: #07CF43;
}
.TagClassName
{
border-color: #07CF43;
}
</style>