Html Css Color HEX #05C16D Jade

📋 copy color: '#05C16D'

red 5 ◦ green 193 ◦ blue 109

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

Shades of Jade #05C16D

Tints of Jade #05C16D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 62.87%

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

R = 1.63%
G = 62.87%
B = 35.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#05C16D (or 0x05C16D) is known color: Jade. HEX triplet: 05, C1 and 6D. RGB value is (5,193,109). Sum of RGB (Red+Green+Blue) = 5+193+109=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 193 (75.78% from 255 or 62.87% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 193 - color contains mainly: green. Hex color #05C16D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C16D is #FA3E92. Grayscale: #7F7F7F. Windows color (decimal): -16400019 or 7192837. OLE color: 7192837.

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

Color convert

RGB 5 193 109 -
CMYK 0.97 0 0.44 0.24
HSL 153.19º 0.95% 0.39% -
HSV(B) 153.19º 0.97% 0.76% -
XYZ 21.89 39.28 20.9 -
YUV 127.21 117.72 40.83 -
System Red Green Blue C M Y K H S L
Decimal 5 193 109 0.97 0 0.44 0.24 153.19 0.95 0.39
Hex 5 C1 6D 61 0 2C 18 99 5F 27
Octal 5 301 155 141 0 54 30 231 137 47
Binary 101 11000001 1101101 1100001 0 101100 11000 10011001 1011111 100111

Color Harmonies of #05C16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C16D

Black with #05C16D

Text Example


Text Example

White with #05C16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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