#05C667

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

Shades of Jade #05C667

Tints of Jade #05C667

Color information

#05C667 (or 0x05C667) is unknown color: approx Jade. HEX triplet: 05, C6 and 67. RGB value is (5,198,103). Sum of RGB (Red+Green+Blue) = 5+198+103=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 198 (77.73% from 255 or 64.71% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 198 - color contains mainly: green. Hex color #05C667 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C667 is #FA3998. Grayscale: #818181. Windows color (decimal): -16398745 or 6800901. OLE color: 6800901.

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

Color convert

RGB5198103-
CMYK0.9700.480.22
HSL150.47º95.07%39.8%-
HSV(B)150.47º97.47%77.65%-
XYZ22.741.419.63-
YUV129.46113.0639.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.63%
GREEN value IS 198 (77.73% from 255) = 64.71%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=1.63%
G=64.71%
B=33.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal51981030.9700.480.22150.4795.0739.8
Hex5C6676103016965f28
Octal53061471410602622613750
Binary1011100011011001111100001011000010110100101101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,198,103); }

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

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

 a { background-color: rgb(5,198,103); }

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

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

 span { border-color: rgb(5,198,103); }

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