Html Css Color HEX #05BC6C Jade

📋 copy color: '#05BC6C'

red 5 ◦ green 188 ◦ blue 108

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

Shades of Jade #05BC6C

Tints of Jade #05BC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.88%

R = 1.66%
G = 62.46%
B = 35.88%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#05BC6C (or 0x05BC6C) is known color: Jade. HEX triplet: 05, BC and 6C. RGB value is (5,188,108). Sum of RGB (Red+Green+Blue) = 5+188+108=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 188 (73.83% from 255 or 62.46% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 188 - color contains mainly: green. Hex color #05BC6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BC6C is #FA4393. Grayscale: #7C7C7C. Windows color (decimal): -16401300 or 7126021. OLE color: 7126021.

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

Color convert

RGB 5 188 108 -
CMYK 0.97 0 0.43 0.26
HSL 153.77º 0.95% 0.38% -
HSV(B) 153.77º 0.97% 0.74% -
XYZ 20.75 37.08 20.25 -
YUV 124.16 118.87 43 -
System Red Green Blue C M Y K H S L
Decimal 5 188 108 0.97 0 0.43 0.26 153.77 0.95 0.38
Hex 5 BC 6C 61 0 2B 1A 9A 5F 26
Octal 5 274 154 141 0 53 32 232 137 46
Binary 101 10111100 1101100 1100001 0 101011 11010 10011010 1011111 100110

Color Harmonies of #05BC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BC6C

Black with #05BC6C

Text Example


Text Example

White with #05BC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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