Shades of Dark Pastel Green #07CF1B
Tints of Dark Pastel Green #07CF1B
RGB
CMYK
RGB Variations
Color information
#07CF1B (or 0x07CF1B) is known color: Dark Pastel Green. HEX triplet: 07, CF and 1B. RGB value is (7,207,27). Sum of RGB (Red+Green+Blue) = 7+207+27=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 207 (81.25% from 255 or 85.89% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 207 - color contains mainly: green. Hex color #07CF1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07CF1B is #F830E4. Grayscale: #7F7F7F. Windows color (decimal): -16265445 or 1822471. OLE color: 1822471.
HSL color Cylindrical-coordinate representation of color #07CF1B: hue angle of 126º 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 #07CF1B is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 207 | 27 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.19 |
| HSL | 126º | 0.93% | 0.42% | - |
| HSV(B) | 126º | 0.97% | 0.81% | - |
| XYZ | 22.6 | 44.75 | 8.48 | - |
| YUV | 126.68 | 71.74 | 42.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 27 | 0.97 | 0 | 0.87 | 0.19 | 126 | 0.93 | 0.42 |
| Hex | 7 | CF | 1B | 61 | 0 | 57 | 13 | 7E | 5D | 2A |
| Octal | 7 | 317 | 33 | 141 | 0 | 127 | 23 | 176 | 135 | 52 |
| Binary | 111 | 11001111 | 11011 | 1100001 | 0 | 1010111 | 10011 | 1111110 | 1011101 | 101010 |
Color Harmonies of #07CF1B
Complementary color
Monochromatic Colors of #07CF1B
Black with #07CF1B
Text Example
Text Example
White with #07CF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CF1B; }
p { color: rgb(7,207,27); }
H1.HeaderClassName
{
color: #07CF1B;
}
.AnyTagClassName
{
color: #07CF1B;
}
</style>
background-color css
<style>
a { background-color: #07CF1B; }
a { background-color: rgb(7,207,27); }
div.DivClassName
{
background-color: #07CF1B;
}
.BgClassName
{
background-color: #07CF1B;
}
</style>
border-color css
<style>
span { border-color: #07CF1B; }
span { border-color: rgb(7,207,27); }
td.TdClassName
{
border-color: #07CF1B;
}
.TagClassName
{
border-color: #07CF1B;
}
</style>