Html Css Color HEX #05BC77 Jade

📋 copy color: '#05BC77'

red 5 ◦ green 188 ◦ blue 119

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

Shades of Jade #05BC77

Tints of Jade #05BC77

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.26%

 BLUE value IS 119 (46.88% from 255) = 38.14%

R = 1.6%
G = 60.26%
B = 38.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#05BC77 (or 0x05BC77) is known color: Jade. HEX triplet: 05, BC and 77. RGB value is (5,188,119). Sum of RGB (Red+Green+Blue) = 5+188+119=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #05BC77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BC77 is #FA4388. Grayscale: #7D7D7D. Windows color (decimal): -16401289 or 7846917. OLE color: 7846917.

HSL color Cylindrical-coordinate representation of color #05BC77: hue angle of 157.38º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BC77 is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 188 119 -
CMYK 0.97 0 0.37 0.26
HSL 157.38º 0.95% 0.38% -
HSV(B) 157.38º 0.97% 0.74% -
XYZ 21.38 37.33 23.53 -
YUV 125.42 124.37 42.11 -
System Red Green Blue C M Y K H S L
Decimal 5 188 119 0.97 0 0.37 0.26 157.38 0.95 0.38
Hex 5 BC 77 61 0 25 1A 9D 5F 26
Octal 5 274 167 141 0 45 32 235 137 46
Binary 101 10111100 1110111 1100001 0 100101 11010 10011101 1011111 100110

Color Harmonies of #05BC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BC77

Black with #05BC77

Text Example


Text Example

White with #05BC77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,188,119); }

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

background-color css

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

 a { background-color: rgb(5,188,119); }

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

border-color css

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

 span { border-color: rgb(5,188,119); }

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