#05C56C

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

Shades of Jade #05C56C

Tints of Jade #05C56C

Color information

#05C56C (or 0x05C56C) is unknown color: approx Jade. HEX triplet: 05, C5 and 6C. RGB value is (5,197,108). Sum of RGB (Red+Green+Blue) = 5+197+108=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 197 (77.34% from 255 or 63.55% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 197 - color contains mainly: green. Hex color #05C56C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C56C is #FA3A93. Grayscale: #818181. Windows color (decimal): -16398996 or 7128325. OLE color: 7128325.

HSL color Cylindrical-coordinate representation of color #05C56C: hue angle of 152.19º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C56C is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB5197108-
CMYK0.9700.450.23
HSL152.19º95.05%39.61%-
HSV(B)152.19º97.46%77.25%-
XYZ22.7441.0520.91-
YUV129.45115.8939.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.61%
GREEN value IS 197 (77.34% from 255) = 63.55%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=1.61%
G=63.55%
B=34.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal51971080.9700.450.23152.1995.0539.61
Hex5C56C6102D17985f28
Octal53051541410552723013750
Binary1011100010111011001100001010110110111100110001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,197,108); }

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

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

 a { background-color: rgb(5,197,108); }

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

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

 span { border-color: rgb(5,197,108); }

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