Html Css Color HEX #05BD71 Jade

📋 copy color: '#05BD71'

red 5 ◦ green 189 ◦ blue 113

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

Shades of Jade #05BD71

Tints of Jade #05BD71

RGB

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

 GREEN value IS 189 (74.22% from 255) = 61.56%

 BLUE value IS 113 (44.53% from 255) = 36.81%

R = 1.63%
G = 61.56%
B = 36.81%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#05BD71 (or 0x05BD71) is known color: Jade. HEX triplet: 05, BD and 71. RGB value is (5,189,113). Sum of RGB (Red+Green+Blue) = 5+189+113=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 189 (74.22% from 255 or 61.56% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 189 - color contains mainly: green. Hex color #05BD71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BD71 is #FA428E. Grayscale: #7D7D7D. Windows color (decimal): -16401039 or 7453957. OLE color: 7453957.

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

Color convert

RGB 5 189 113 -
CMYK 0.97 0 0.40 0.26
HSL 155.22º 0.95% 0.38% -
HSV(B) 155.22º 0.97% 0.74% -
XYZ 21.24 37.62 21.76 -
YUV 125.32 121.04 42.18 -
System Red Green Blue C M Y K H S L
Decimal 5 189 113 0.97 0 0.40 0.26 155.22 0.95 0.38
Hex 5 BD 71 61 0 28 1A 9B 5F 26
Octal 5 275 161 141 0 50 32 233 137 46
Binary 101 10111101 1110001 1100001 0 101000 11010 10011011 1011111 100110

Color Harmonies of #05BD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BD71

Black with #05BD71

Text Example


Text Example

White with #05BD71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,189,113); }

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

background-color css

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

 a { background-color: rgb(5,189,113); }

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

border-color css

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

 span { border-color: rgb(5,189,113); }

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