#04CD85

Color #04CD85 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #04CD85

Tints of Caribbean Green #04CD85

Color information

#04CD85 (or 0x04CD85) is unknown color: approx Caribbean Green. HEX triplet: 04, CD and 85. RGB value is (4,205,133). Sum of RGB (Red+Green+Blue) = 4+205+133=342 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 342); Green value is 205 (80.47% from 255 or 59.94% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 205 - color contains mainly: green. Hex color #04CD85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CD85 is #FB327A. Grayscale: #888888. Windows color (decimal): -16462459 or 8768772. OLE color: 8768772.

HSL color Cylindrical-coordinate representation of color #04CD85: hue angle of 158.51º 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 #04CD85 is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB4205133-
CMYK0.9800.350.20
HSL158.51º96.17%40.98%-
HSV(B)158.51º98.05%80.39%-
XYZ26.1245.3829.57-
YUV136.69125.9133.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.17%
GREEN value IS 205 (80.47% from 255) = 59.94%
BLUE value IS 133 (52.34% from 255) = 38.89%
R=1.17%
G=59.94%
B=38.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal42051330.9800.350.20158.5196.1740.98
Hex4CD8562023149f6029
Octal43152051420432423714051
Binary10011001101100001011100010010001110100100111111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04CD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04CD85; }

 p { color: rgb(4,205,133); }

 H1.HeaderClassName
 {
   color: #04CD85;
 }
 .AnyTagClassName
 {
   color: #04CD85;
 }
</style>
background-color css

<style>
 a { background-color: #04CD85; }

 a { background-color: rgb(4,205,133); }

 div.DivClassName
 {
   background-color: #04CD85;
 }
 .BgClassName
 {
   background-color: #04CD85;
 }
</style>
border-color css

<style>
 span { border-color: #04CD85; }

 span { border-color: rgb(4,205,133); }

 td.TdClassName
 {
   border-color: #04CD85;
 }
 .TagClassName
 {
   border-color: #04CD85;
 }
</style>