Shades of Caribbean Green #10DF85
Tints of Caribbean Green #10DF85
RGB
CMYK
RGB Variations
Color information
#10DF85 (or 0x10DF85) is known color: Caribbean Green. HEX triplet: 10, DF and 85. RGB value is (16,223,133). Sum of RGB (Red+Green+Blue) = 16+223+133=372 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.30% from 372); Green value is 223 (87.5% from 255 or 59.95% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 223 - color contains mainly: green. Hex color #10DF85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DF85 is #EF207A. Grayscale: #979797. Windows color (decimal): -15671419 or 8773392. OLE color: 8773392.
HSL color Cylindrical-coordinate representation of color #10DF85: hue angle of 153.91º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DF85 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 223 | 133 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.13 |
| HSL | 153.91º | 0.87% | 0.47% | - |
| HSV(B) | 153.91º | 0.93% | 0.87% | - |
| XYZ | 30.84 | 54.58 | 31.1 | - |
| YUV | 150.85 | 117.92 | 31.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 223 | 133 | 0.93 | 0 | 0.40 | 0.13 | 153.91 | 0.87 | 0.47 |
| Hex | 10 | DF | 85 | 5D | 0 | 28 | D | 9A | 57 | 2F |
| Octal | 20 | 337 | 205 | 135 | 0 | 50 | 15 | 232 | 127 | 57 |
| Binary | 10000 | 11011111 | 10000101 | 1011101 | 0 | 101000 | 1101 | 10011010 | 1010111 | 101111 |
Color Harmonies of #10DF85
Complementary color
Monochromatic Colors of #10DF85
Black with #10DF85
Text Example
Text Example
White with #10DF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DF85; }
p { color: rgb(16,223,133); }
H1.HeaderClassName
{
color: #10DF85;
}
.AnyTagClassName
{
color: #10DF85;
}
</style>
background-color css
<style>
a { background-color: #10DF85; }
a { background-color: rgb(16,223,133); }
div.DivClassName
{
background-color: #10DF85;
}
.BgClassName
{
background-color: #10DF85;
}
</style>
border-color css
<style>
span { border-color: #10DF85; }
span { border-color: rgb(16,223,133); }
td.TdClassName
{
border-color: #10DF85;
}
.TagClassName
{
border-color: #10DF85;
}
</style>