Html Css Color HEX #05BC64 Jade

📋 copy color: '#05BC64'

red 5 ◦ green 188 ◦ blue 100

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

Shades of Jade #05BC64

Tints of Jade #05BC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.13%

R = 1.71%
G = 64.16%
B = 34.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#05BC64 (or 0x05BC64) is known color: Jade. HEX triplet: 05, BC and 64. RGB value is (5,188,100). Sum of RGB (Red+Green+Blue) = 5+188+100=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 188 (73.83% from 255 or 64.16% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 188 - color contains mainly: green. Hex color #05BC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BC64 is #FA439B. Grayscale: #7B7B7B. Windows color (decimal): -16401308 or 6601733. OLE color: 6601733.

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

Color convert

RGB 5 188 100 -
CMYK 0.97 0 0.47 0.26
HSL 151.15º 0.95% 0.38% -
HSV(B) 151.15º 0.97% 0.74% -
XYZ 20.35 36.92 18.11 -
YUV 123.25 114.87 43.66 -
System Red Green Blue C M Y K H S L
Decimal 5 188 100 0.97 0 0.47 0.26 151.15 0.95 0.38
Hex 5 BC 64 61 0 2F 1A 97 5F 26
Octal 5 274 144 141 0 57 32 227 137 46
Binary 101 10111100 1100100 1100001 0 101111 11010 10010111 1011111 100110

Color Harmonies of #05BC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BC64

Black with #05BC64

Text Example


Text Example

White with #05BC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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