Shades of Caribbean Green #00D075
Tints of Caribbean Green #00D075
RGB
CMYK
RGB Variations
Color information
#00D075 (or 0x00D075) is known color: Caribbean Green. HEX triplet: 00, D0 and 75. RGB value is (0,208,117). Sum of RGB (Red+Green+Blue) = 0+208+117=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 208 (81.64% from 255 or 64% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 208 - color contains mainly: green. Hex color #00D075 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D075 is #FF2F8A. Grayscale: #878787. Windows color (decimal): -16723851 or 7720960. OLE color: 7720960.
HSL color Cylindrical-coordinate representation of color #00D075: hue angle of 153.75º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D075 is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 208 | 117 | - |
| CMYK | 1 | 0 | 0.44 | 0.18 |
| HSL | 153.75º | 1% | 0.41% | - |
| HSV(B) | 153.75º | 1% | 0.82% | - |
| XYZ | 25.77 | 46.4 | 24.43 | - |
| YUV | 135.43 | 117.59 | 31.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 208 | 117 | 1 | 0 | 0.44 | 0.18 | 153.75 | 1 | 0.41 |
| Hex | 0 | D0 | 75 | 64 | 0 | 2C | 12 | 9A | 64 | 29 |
| Octal | 0 | 320 | 165 | 144 | 0 | 54 | 22 | 232 | 144 | 51 |
| Binary | 0 | 11010000 | 1110101 | 1100100 | 0 | 101100 | 10010 | 10011010 | 1100100 | 101001 |
Color Harmonies of #00D075
Complementary color
Monochromatic Colors of #00D075
Black with #00D075
Text Example
Text Example
White with #00D075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D075; }
p { color: rgb(0,208,117); }
H1.HeaderClassName
{
color: #00D075;
}
.AnyTagClassName
{
color: #00D075;
}
</style>
background-color css
<style>
a { background-color: #00D075; }
a { background-color: rgb(0,208,117); }
div.DivClassName
{
background-color: #00D075;
}
.BgClassName
{
background-color: #00D075;
}
</style>
border-color css
<style>
span { border-color: #00D075; }
span { border-color: rgb(0,208,117); }
td.TdClassName
{
border-color: #00D075;
}
.TagClassName
{
border-color: #00D075;
}
</style>