Shades of Caribbean Green #04CC7B
Tints of Caribbean Green #04CC7B
RGB
CMYK
RGB Variations
Color information
#04CC7B (or 0x04CC7B) is known color: Caribbean Green. HEX triplet: 04, CC and 7B. RGB value is (4,204,123). Sum of RGB (Red+Green+Blue) = 4+204+123=331 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 331); Green value is 204 (80.08% from 255 or 61.63% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CC7B is #FB3384. Grayscale: #878787. Windows color (decimal): -16462725 or 8113156. OLE color: 8113156.
HSL color Cylindrical-coordinate representation of color #04CC7B: hue angle of 155.7º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CC7B is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 204 | 123 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.2 |
| HSL | 155.7º | 0.96% | 0.41% | - |
| HSV(B) | 155.7º | 0.98% | 0.8% | - |
| XYZ | 25.22 | 44.64 | 26.03 | - |
| YUV | 134.97 | 121.24 | 34.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 204 | 123 | 0.98 | 0 | 0.40 | 0.2 | 155.7 | 0.96 | 0.41 |
| Hex | 4 | CC | 7B | 62 | 0 | 28 | 14 | 9C | 60 | 29 |
| Octal | 4 | 314 | 173 | 142 | 0 | 50 | 24 | 234 | 140 | 51 |
| Binary | 100 | 11001100 | 1111011 | 1100010 | 0 | 101000 | 10100 | 10011100 | 1100000 | 101001 |
Color Harmonies of #04CC7B
Complementary color
Monochromatic Colors of #04CC7B
Black with #04CC7B
Text Example
Text Example
White with #04CC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CC7B; }
p { color: rgb(4,204,123); }
H1.HeaderClassName
{
color: #04CC7B;
}
.AnyTagClassName
{
color: #04CC7B;
}
</style>
background-color css
<style>
a { background-color: #04CC7B; }
a { background-color: rgb(4,204,123); }
div.DivClassName
{
background-color: #04CC7B;
}
.BgClassName
{
background-color: #04CC7B;
}
</style>
border-color css
<style>
span { border-color: #04CC7B; }
span { border-color: rgb(4,204,123); }
td.TdClassName
{
border-color: #04CC7B;
}
.TagClassName
{
border-color: #04CC7B;
}
</style>