Shades of Caribbean Green #09D985
Tints of Caribbean Green #09D985
RGB
CMYK
RGB Variations
Color information
#09D985 (or 0x09D985) is known color: Caribbean Green. HEX triplet: 09, D9 and 85. RGB value is (9,217,133). Sum of RGB (Red+Green+Blue) = 9+217+133=359 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 359); Green value is 217 (85.16% from 255 or 60.45% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 217 - color contains mainly: green. Hex color #09D985 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09D985 is #F6267A. Grayscale: #919191. Windows color (decimal): -16131707 or 8771849. OLE color: 8771849.
HSL color Cylindrical-coordinate representation of color #09D985: hue angle of 155.77º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D985 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 217 | 133 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.15 |
| HSL | 155.77º | 0.92% | 0.44% | - |
| HSV(B) | 155.77º | 0.96% | 0.85% | - |
| XYZ | 29.16 | 51.38 | 30.57 | - |
| YUV | 145.23 | 121.09 | 30.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 217 | 133 | 0.96 | 0 | 0.39 | 0.15 | 155.77 | 0.92 | 0.44 |
| Hex | 9 | D9 | 85 | 60 | 0 | 27 | F | 9C | 5C | 2C |
| Octal | 11 | 331 | 205 | 140 | 0 | 47 | 17 | 234 | 134 | 54 |
| Binary | 1001 | 11011001 | 10000101 | 1100000 | 0 | 100111 | 1111 | 10011100 | 1011100 | 101100 |
Color Harmonies of #09D985
Complementary color
Monochromatic Colors of #09D985
Black with #09D985
Text Example
Text Example
White with #09D985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D985; }
p { color: rgb(9,217,133); }
H1.HeaderClassName
{
color: #09D985;
}
.AnyTagClassName
{
color: #09D985;
}
</style>
background-color css
<style>
a { background-color: #09D985; }
a { background-color: rgb(9,217,133); }
div.DivClassName
{
background-color: #09D985;
}
.BgClassName
{
background-color: #09D985;
}
</style>
border-color css
<style>
span { border-color: #09D985; }
span { border-color: rgb(9,217,133); }
td.TdClassName
{
border-color: #09D985;
}
.TagClassName
{
border-color: #09D985;
}
</style>