Shades of Caribbean Green #00D481
Tints of Caribbean Green #00D481
RGB
CMYK
RGB Variations
Color information
#00D481 (or 0x00D481) is known color: Caribbean Green. HEX triplet: 00, D4 and 81. RGB value is (0,212,129). Sum of RGB (Red+Green+Blue) = 0+212+129=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 212 (83.20% from 255 or 62.17% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 212 - color contains mainly: green. Hex color #00D481 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D481 is #FF2B7E. Grayscale: #8B8B8B. Windows color (decimal): -16722815 or 8508416. OLE color: 8508416.
HSL color Cylindrical-coordinate representation of color #00D481: hue angle of 156.51º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D481 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 212 | 129 | - |
| CMYK | 1 | 0 | 0.39 | 0.17 |
| HSL | 156.51º | 1% | 0.42% | - |
| HSV(B) | 156.51º | 1% | 0.83% | - |
| XYZ | 27.51 | 48.67 | 28.71 | - |
| YUV | 139.15 | 122.26 | 28.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 212 | 129 | 1 | 0 | 0.39 | 0.17 | 156.51 | 1 | 0.42 |
| Hex | 0 | D4 | 81 | 64 | 0 | 27 | 11 | 9D | 64 | 2A |
| Octal | 0 | 324 | 201 | 144 | 0 | 47 | 21 | 235 | 144 | 52 |
| Binary | 0 | 11010100 | 10000001 | 1100100 | 0 | 100111 | 10001 | 10011101 | 1100100 | 101010 |
Color Harmonies of #00D481
Complementary color
Monochromatic Colors of #00D481
Black with #00D481
Text Example
Text Example
White with #00D481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D481; }
p { color: rgb(0,212,129); }
H1.HeaderClassName
{
color: #00D481;
}
.AnyTagClassName
{
color: #00D481;
}
</style>
background-color css
<style>
a { background-color: #00D481; }
a { background-color: rgb(0,212,129); }
div.DivClassName
{
background-color: #00D481;
}
.BgClassName
{
background-color: #00D481;
}
</style>
border-color css
<style>
span { border-color: #00D481; }
span { border-color: rgb(0,212,129); }
td.TdClassName
{
border-color: #00D481;
}
.TagClassName
{
border-color: #00D481;
}
</style>