#05B071

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

Shades of Jade #05B071

Tints of Jade #05B071

Color information

#05B071 (or 0x05B071) is unknown color: approx Jade. HEX triplet: 05, B0 and 71. RGB value is (5,176,113). Sum of RGB (Red+Green+Blue) = 5+176+113=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 176 (69.14% from 255 or 59.86% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 176 - color contains mainly: green. Hex color #05B071 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05B071 is #FA4F8E. Grayscale: #757575. Windows color (decimal): -16404367 or 7450629. OLE color: 7450629.

HSL color Cylindrical-coordinate representation of color #05B071: hue angle of 157.89º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B071 is Cyan = 0.97, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB5176113-
CMYK0.9700.360.31
HSL157.89º94.48%35.49%-
HSV(B)157.89º97.16%69.02%-
XYZ18.5732.2820.87-
YUV117.69125.3547.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.70%
GREEN value IS 176 (69.14% from 255) = 59.86%
BLUE value IS 113 (44.53% from 255) = 38.44%
R=1.70%
G=59.86%
B=38.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51761130.9700.360.31157.8994.4835.49
Hex5B071610241F9e5e23
Octal52601611410443723613643
Binary1011011000011100011100001010010011111100111101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,176,113); }

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

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

 a { background-color: rgb(5,176,113); }

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

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

 span { border-color: rgb(5,176,113); }

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