Html Css Color HEX #05BC73 Jade

📋 copy color: '#05BC73'

red 5 ◦ green 188 ◦ blue 115

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

Shades of Jade #05BC73

Tints of Jade #05BC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.34%

R = 1.62%
G = 61.04%
B = 37.34%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#05BC73 (or 0x05BC73) is known color: Jade. HEX triplet: 05, BC and 73. RGB value is (5,188,115). Sum of RGB (Red+Green+Blue) = 5+188+115=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #05BC73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BC73 is #FA438C. Grayscale: #7D7D7D. Windows color (decimal): -16401293 or 7584773. OLE color: 7584773.

HSL color Cylindrical-coordinate representation of color #05BC73: hue angle of 156.07º 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 #05BC73 is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 188 115 -
CMYK 0.97 0 0.39 0.26
HSL 156.07º 0.95% 0.38% -
HSV(B) 156.07º 0.97% 0.74% -
XYZ 21.14 37.24 22.29 -
YUV 124.96 122.37 42.44 -
System Red Green Blue C M Y K H S L
Decimal 5 188 115 0.97 0 0.39 0.26 156.07 0.95 0.38
Hex 5 BC 73 61 0 27 1A 9C 5F 26
Octal 5 274 163 141 0 47 32 234 137 46
Binary 101 10111100 1110011 1100001 0 100111 11010 10011100 1011111 100110

Color Harmonies of #05BC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BC73

Black with #05BC73

Text Example


Text Example

White with #05BC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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