#04CD84

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

Shades of Caribbean Green #04CD84

Tints of Caribbean Green #04CD84

Color information

#04CD84 (or 0x04CD84) is unknown color: approx Caribbean Green. HEX triplet: 04, CD and 84. RGB value is (4,205,132). Sum of RGB (Red+Green+Blue) = 4+205+132=341 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 341); Green value is 205 (80.47% from 255 or 60.12% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 205 - color contains mainly: green. Hex color #04CD84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CD84 is #FB327B. Grayscale: #888888. Windows color (decimal): -16462460 or 8703236. OLE color: 8703236.

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

Color convert

RGB4205132-
CMYK0.9800.360.20
HSL158.21º96.17%40.98%-
HSV(B)158.21º98.05%80.39%-
XYZ26.0545.3529.21-
YUV136.58125.4133.44-

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) = 60.12%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=1.17%
G=60.12%
B=38.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal42051320.9800.360.20158.2196.1740.98
Hex4CD8462024149e6029
Octal43152041420442423614051
Binary10011001101100001001100010010010010100100111101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04CD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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