#05DC92

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

Shades of Caribbean Green #05DC92

Tints of Caribbean Green #05DC92

Color information

#05DC92 (or 0x05DC92) is unknown color: approx Caribbean Green. HEX triplet: 05, DC and 92. RGB value is (5,220,146). Sum of RGB (Red+Green+Blue) = 5+220+146=371 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.35% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #05DC92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DC92 is #FA236D. Grayscale: #939393. Windows color (decimal): -16393070 or 9624581. OLE color: 9624581.

HSL color Cylindrical-coordinate representation of color #05DC92: hue angle of 159.35º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DC92 is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB5220146-
CMYK0.9800.340.14
HSL159.35º95.56%44.12%-
HSV(B)159.35º97.73%86.27%-
XYZ30.8453.2935.86-
YUV147.28127.2726.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.35%
GREEN value IS 220 (86.33% from 255) = 59.30%
BLUE value IS 146 (57.42% from 255) = 39.35%
R=1.35%
G=59.30%
B=39.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal52201460.9800.340.14159.3595.5644.12
Hex5DC9262022E9f602c
Octal53342221420421623714054
Binary1011101110010010010110001001000101110100111111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05DC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,220,146); }

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

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

 a { background-color: rgb(5,220,146); }

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

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

 span { border-color: rgb(5,220,146); }

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