#05CC78

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

Shades of Caribbean Green #05CC78

Tints of Caribbean Green #05CC78

Color information

#05CC78 (or 0x05CC78) is unknown color: approx Caribbean Green. HEX triplet: 05, CC and 78. RGB value is (5,204,120). Sum of RGB (Red+Green+Blue) = 5+204+120=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 204 (80.08% from 255 or 62.01% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 204 - color contains mainly: green. Hex color #05CC78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CC78 is #FA3387. Grayscale: #878787. Windows color (decimal): -16397192 or 7916549. OLE color: 7916549.

HSL color Cylindrical-coordinate representation of color #05CC78: hue angle of 154.67º degrees, saturation: 0.95, 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 #05CC78 is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB5204120-
CMYK0.9800.410.2
HSL154.67º95.22%40.98%-
HSV(B)154.67º97.55%80%-
XYZ25.0544.5725.05-
YUV134.92119.5735.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.52%
GREEN value IS 204 (80.08% from 255) = 62.01%
BLUE value IS 120 (47.27% from 255) = 36.47%
R=1.52%
G=62.01%
B=36.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal52041200.9800.410.2154.6795.2240.98
Hex5CC7862029149b5f29
Octal53141701420512423313751
Binary1011100110011110001100010010100110100100110111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05CC78; }

 p { color: rgb(5,204,120); }

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

<style>
 a { background-color: #05CC78; }

 a { background-color: rgb(5,204,120); }

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

<style>
 span { border-color: #05CC78; }

 span { border-color: rgb(5,204,120); }

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