Html Css Color HEX #05C06D Jade

📋 copy color: '#05C06D'

red 5 ◦ green 192 ◦ blue 109

#05C06D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #05C06D

Tints of Jade #05C06D

RGB

 RED value IS 5 (2.34% from 255) = 1.63%

 GREEN value IS 192 (75.39% from 255) = 62.75%

 BLUE value IS 109 (42.97% from 255) = 35.62%

R = 1.63%
G = 62.75%
B = 35.62%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#05C06D (or 0x05C06D) is known color: Jade. HEX triplet: 05, C0 and 6D. RGB value is (5,192,109). Sum of RGB (Red+Green+Blue) = 5+192+109=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #05C06D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C06D is #FA3F92. Grayscale: #7E7E7E. Windows color (decimal): -16400275 or 7192581. OLE color: 7192581.

HSL color Cylindrical-coordinate representation of color #05C06D: hue angle of 153.37º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C06D is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 192 109 -
CMYK 0.97 0 0.43 0.25
HSL 153.37º 0.95% 0.39% -
HSV(B) 153.37º 0.97% 0.75% -
XYZ 21.67 38.84 20.82 -
YUV 126.63 118.05 41.25 -
System Red Green Blue C M Y K H S L
Decimal 5 192 109 0.97 0 0.43 0.25 153.37 0.95 0.39
Hex 5 C0 6D 61 0 2B 19 99 5F 27
Octal 5 300 155 141 0 53 31 231 137 47
Binary 101 11000000 1101101 1100001 0 101011 11001 10011001 1011111 100111

Color Harmonies of #05C06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C06D

Black with #05C06D

Text Example


Text Example

White with #05C06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,192,109); }

 H1.HeaderClassName
 {
   color: #05C06D;
 }
 .AnyTagClassName
 {
   color: #05C06D;
 }
</style>

background-color css

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

 a { background-color: rgb(5,192,109); }

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

border-color css

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

 span { border-color: rgb(5,192,109); }

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