Shades of Caribbean Green #0FD77E
Tints of Caribbean Green #0FD77E
RGB
CMYK
RGB Variations
Color information
#0FD77E (or 0x0FD77E) is known color: Caribbean Green. HEX triplet: 0F, D7 and 7E. RGB value is (15,215,126). Sum of RGB (Red+Green+Blue) = 15+215+126=356 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.21% from 356); Green value is 215 (84.38% from 255 or 60.39% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 215 - color contains mainly: green. Hex color #0FD77E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD77E is #F02881. Grayscale: #919191. Windows color (decimal): -15739010 or 8312591. OLE color: 8312591.
HSL color Cylindrical-coordinate representation of color #0FD77E: hue angle of 153.3º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD77E is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 215 | 126 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.16 |
| HSL | 153.3º | 0.87% | 0.45% | - |
| HSV(B) | 153.3º | 0.93% | 0.84% | - |
| XYZ | 28.26 | 50.21 | 27.94 | - |
| YUV | 145.05 | 117.24 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 215 | 126 | 0.93 | 0 | 0.41 | 0.16 | 153.3 | 0.87 | 0.45 |
| Hex | F | D7 | 7E | 5D | 0 | 29 | 10 | 99 | 57 | 2D |
| Octal | 17 | 327 | 176 | 135 | 0 | 51 | 20 | 231 | 127 | 55 |
| Binary | 1111 | 11010111 | 1111110 | 1011101 | 0 | 101001 | 10000 | 10011001 | 1010111 | 101101 |
Color Harmonies of #0FD77E
Complementary color
Monochromatic Colors of #0FD77E
Black with #0FD77E
Text Example
Text Example
White with #0FD77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD77E; }
p { color: rgb(15,215,126); }
H1.HeaderClassName
{
color: #0FD77E;
}
.AnyTagClassName
{
color: #0FD77E;
}
</style>
background-color css
<style>
a { background-color: #0FD77E; }
a { background-color: rgb(15,215,126); }
div.DivClassName
{
background-color: #0FD77E;
}
.BgClassName
{
background-color: #0FD77E;
}
</style>
border-color css
<style>
span { border-color: #0FD77E; }
span { border-color: rgb(15,215,126); }
td.TdClassName
{
border-color: #0FD77E;
}
.TagClassName
{
border-color: #0FD77E;
}
</style>