#05B660

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

Shades of Jade #05B660

Tints of Jade #05B660

Color information

#05B660 (or 0x05B660) is unknown color: approx Jade. HEX triplet: 05, B6 and 60. RGB value is (5,182,96). Sum of RGB (Red+Green+Blue) = 5+182+96=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 182 (71.48% from 255 or 64.31% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 182 - color contains mainly: green. Hex color #05B660 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B660 is #FA499F. Grayscale: #777777. Windows color (decimal): -16402848 or 6338053. OLE color: 6338053.

HSL color Cylindrical-coordinate representation of color #05B660: hue angle of 150.85º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B660 is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB518296-
CMYK0.9700.470.29
HSL150.85º94.65%36.67%-
HSV(B)150.85º97.25%71.37%-
XYZ18.934.3316.7-
YUV119.27114.8646.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 182 (71.48% from 255) = 64.31%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=1.77%
G=64.31%
B=33.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal5182960.9700.470.29150.8594.6536.67
Hex5B6606102F1D975f25
Octal52661401410573522713745
Binary1011011011011000001100001010111111101100101111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,182,96); }

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

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

 a { background-color: rgb(5,182,96); }

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

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

 span { border-color: rgb(5,182,96); }

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