Shades of Caribbean Green #00D275
Tints of Caribbean Green #00D275
RGB
CMYK
RGB Variations
Color information
#00D275 (or 0x00D275) is known color: Caribbean Green. HEX triplet: 00, D2 and 75. RGB value is (0,210,117). Sum of RGB (Red+Green+Blue) = 0+210+117=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 210 (82.42% from 255 or 64.22% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 210 - color contains mainly: green. Hex color #00D275 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D275 is #FF2D8A. Grayscale: #888888. Windows color (decimal): -16723339 or 7721472. OLE color: 7721472.
HSL color Cylindrical-coordinate representation of color #00D275: hue angle of 153.43º 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 #00D275 is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 210 | 117 | - |
| CMYK | 1 | 0 | 0.44 | 0.18 |
| HSL | 153.43º | 1% | 0.41% | - |
| HSV(B) | 153.43º | 1% | 0.82% | - |
| XYZ | 26.26 | 47.38 | 24.59 | - |
| YUV | 136.61 | 116.93 | 30.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 210 | 117 | 1 | 0 | 0.44 | 0.18 | 153.43 | 1 | 0.41 |
| Hex | 0 | D2 | 75 | 64 | 0 | 2C | 12 | 99 | 64 | 29 |
| Octal | 0 | 322 | 165 | 144 | 0 | 54 | 22 | 231 | 144 | 51 |
| Binary | 0 | 11010010 | 1110101 | 1100100 | 0 | 101100 | 10010 | 10011001 | 1100100 | 101001 |
Color Harmonies of #00D275
Complementary color
Monochromatic Colors of #00D275
Black with #00D275
Text Example
Text Example
White with #00D275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D275; }
p { color: rgb(0,210,117); }
H1.HeaderClassName
{
color: #00D275;
}
.AnyTagClassName
{
color: #00D275;
}
</style>
background-color css
<style>
a { background-color: #00D275; }
a { background-color: rgb(0,210,117); }
div.DivClassName
{
background-color: #00D275;
}
.BgClassName
{
background-color: #00D275;
}
</style>
border-color css
<style>
span { border-color: #00D275; }
span { border-color: rgb(0,210,117); }
td.TdClassName
{
border-color: #00D275;
}
.TagClassName
{
border-color: #00D275;
}
</style>