Shades of Caribbean Green #07D28C
Tints of Caribbean Green #07D28C
RGB
CMYK
RGB Variations
Color information
#07D28C (or 0x07D28C) is known color: Caribbean Green. HEX triplet: 07, D2 and 8C. RGB value is (7,210,140). Sum of RGB (Red+Green+Blue) = 7+210+140=357 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 357); Green value is 210 (82.42% from 255 or 58.82% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 210 - color contains mainly: green. Hex color #07D28C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07D28C is #F82D73. Grayscale: #8D8D8D. Windows color (decimal): -16264564 or 9228807. OLE color: 9228807.
HSL color Cylindrical-coordinate representation of color #07D28C: hue angle of 159.31º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D28C is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 210 | 140 | - |
| CMYK | 0.97 | 0 | 0.33 | 0.18 |
| HSL | 159.31º | 0.94% | 0.43% | - |
| HSV(B) | 159.31º | 0.97% | 0.82% | - |
| XYZ | 27.87 | 48.03 | 32.61 | - |
| YUV | 141.32 | 127.25 | 32.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 210 | 140 | 0.97 | 0 | 0.33 | 0.18 | 159.31 | 0.94 | 0.43 |
| Hex | 7 | D2 | 8C | 61 | 0 | 21 | 12 | 9F | 5E | 2B |
| Octal | 7 | 322 | 214 | 141 | 0 | 41 | 22 | 237 | 136 | 53 |
| Binary | 111 | 11010010 | 10001100 | 1100001 | 0 | 100001 | 10010 | 10011111 | 1011110 | 101011 |
Color Harmonies of #07D28C
Complementary color
Monochromatic Colors of #07D28C
Black with #07D28C
Text Example
Text Example
White with #07D28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D28C; }
p { color: rgb(7,210,140); }
H1.HeaderClassName
{
color: #07D28C;
}
.AnyTagClassName
{
color: #07D28C;
}
</style>
background-color css
<style>
a { background-color: #07D28C; }
a { background-color: rgb(7,210,140); }
div.DivClassName
{
background-color: #07D28C;
}
.BgClassName
{
background-color: #07D28C;
}
</style>
border-color css
<style>
span { border-color: #07D28C; }
span { border-color: rgb(7,210,140); }
td.TdClassName
{
border-color: #07D28C;
}
.TagClassName
{
border-color: #07D28C;
}
</style>