#05C96B

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

Shades of Jade #05C96B

Tints of Jade #05C96B

Color information

#05C96B (or 0x05C96B) is unknown color: approx Jade. HEX triplet: 05, C9 and 6B. RGB value is (5,201,107). Sum of RGB (Red+Green+Blue) = 5+201+107=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 201 (78.91% from 255 or 64.22% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 201 - color contains mainly: green. Hex color #05C96B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C96B is #FA3694. Grayscale: #838383. Windows color (decimal): -16397973 or 7063813. OLE color: 7063813.

HSL color Cylindrical-coordinate representation of color #05C96B: hue angle of 151.22º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C96B is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB5201107-
CMYK0.9800.470.21
HSL151.22º95.15%40.39%-
HSV(B)151.22º97.51%78.82%-
XYZ23.642.8720.94-
YUV131.68114.0737.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.60%
GREEN value IS 201 (78.91% from 255) = 64.22%
BLUE value IS 107 (42.19% from 255) = 34.19%
R=1.60%
G=64.22%
B=34.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52011070.9800.470.21151.2295.1540.39
Hex5C96B6202F15975f28
Octal53111531420572522713750
Binary1011100100111010111100010010111110101100101111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,201,107); }

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

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

 a { background-color: rgb(5,201,107); }

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

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

 span { border-color: rgb(5,201,107); }

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