Html Css Color HEX #05BC63 Jade

📋 copy color: '#05BC63'

red 5 ◦ green 188 ◦ blue 99

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

Shades of Jade #05BC63

Tints of Jade #05BC63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.9%

R = 1.71%
G = 64.38%
B = 33.9%

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

#05BC63 (or 0x05BC63) is known color: Jade. HEX triplet: 05, BC and 63. RGB value is (5,188,99). Sum of RGB (Red+Green+Blue) = 5+188+99=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 188 (73.83% from 255 or 64.38% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 188 - color contains mainly: green. Hex color #05BC63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BC63 is #FA439C. Grayscale: #7B7B7B. Windows color (decimal): -16401309 or 6536197. OLE color: 6536197.

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

Color convert

RGB 5 188 99 -
CMYK 0.97 0 0.47 0.26
HSL 150.82º 0.95% 0.38% -
HSV(B) 150.82º 0.97% 0.74% -
XYZ 20.3 36.9 17.86 -
YUV 123.14 114.37 43.74 -
System Red Green Blue C M Y K H S L
Decimal 5 188 99 0.97 0 0.47 0.26 150.82 0.95 0.38
Hex 5 BC 63 61 0 2F 1A 97 5F 26
Octal 5 274 143 141 0 57 32 227 137 46
Binary 101 10111100 1100011 1100001 0 101111 11010 10010111 1011111 100110

Color Harmonies of #05BC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BC63

Black with #05BC63

Text Example


Text Example

White with #05BC63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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