Shades of Caribbean Green #07CF98
Tints of Caribbean Green #07CF98
RGB
CMYK
RGB Variations
Color information
#07CF98 (or 0x07CF98) is known color: Caribbean Green. HEX triplet: 07, CF and 98. RGB value is (7,207,152). Sum of RGB (Red+Green+Blue) = 7+207+152=366 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #07CF98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CF98 is #F83067. Grayscale: #8C8C8C. Windows color (decimal): -16265320 or 10014471. OLE color: 10014471.
HSL color Cylindrical-coordinate representation of color #07CF98: hue angle of 163.5º 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 #07CF98 is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 207 | 152 | - |
| CMYK | 0.97 | 0 | 0.27 | 0.19 |
| HSL | 163.5º | 0.93% | 0.42% | - |
| HSV(B) | 163.5º | 0.97% | 0.81% | - |
| XYZ | 28.07 | 46.94 | 37.29 | - |
| YUV | 140.93 | 134.24 | 32.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 152 | 0.97 | 0 | 0.27 | 0.19 | 163.5 | 0.93 | 0.42 |
| Hex | 7 | CF | 98 | 61 | 0 | 1B | 13 | A4 | 5D | 2A |
| Octal | 7 | 317 | 230 | 141 | 0 | 33 | 23 | 244 | 135 | 52 |
| Binary | 111 | 11001111 | 10011000 | 1100001 | 0 | 11011 | 10011 | 10100100 | 1011101 | 101010 |
Color Harmonies of #07CF98
Complementary color
Monochromatic Colors of #07CF98
Black with #07CF98
Text Example
Text Example
White with #07CF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CF98; }
p { color: rgb(7,207,152); }
H1.HeaderClassName
{
color: #07CF98;
}
.AnyTagClassName
{
color: #07CF98;
}
</style>
background-color css
<style>
a { background-color: #07CF98; }
a { background-color: rgb(7,207,152); }
div.DivClassName
{
background-color: #07CF98;
}
.BgClassName
{
background-color: #07CF98;
}
</style>
border-color css
<style>
span { border-color: #07CF98; }
span { border-color: rgb(7,207,152); }
td.TdClassName
{
border-color: #07CF98;
}
.TagClassName
{
border-color: #07CF98;
}
</style>