Html Css Color HEX #5BC075 Emerald

📋 copy color: '#5BC075'

red 91 ◦ green 192 ◦ blue 117

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

Shades of Emerald #5BC075

Tints of Emerald #5BC075

RGB

 RED value IS 91 (35.94% from 255) = 22.75%

 GREEN value IS 192 (75.39% from 255) = 48%

 BLUE value IS 117 (46.09% from 255) = 29.25%

R = 22.75%
G = 48%
B = 29.25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#5BC075 (or 0x5BC075) is known color: Emerald. HEX triplet: 5B, C0 and 75. RGB value is (91,192,117). Sum of RGB (Red+Green+Blue) = 91+192+117=400 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.75% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC075 is #A43F8A. Grayscale: #999999. Windows color (decimal): -10764171 or 7716955. OLE color: 7716955.

HSL color Cylindrical-coordinate representation of color #5BC075: hue angle of 135.45º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC075 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 91 192 117 -
CMYK 0.53 0 0.39 0.25
HSL 135.45º 0.44% 0.55% -
HSV(B) 135.45º 0.53% 0.75% -
XYZ 26.37 41.21 23.39 -
YUV 153.25 107.54 83.6 -
System Red Green Blue C M Y K H S L
Decimal 91 192 117 0.53 0 0.39 0.25 135.45 0.44 0.55
Hex 5B C0 75 35 0 27 19 87 2C 37
Octal 133 300 165 65 0 47 31 207 54 67
Binary 1011011 11000000 1110101 110101 0 100111 11001 10000111 101100 110111

Color Harmonies of #5BC075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC075

Black with #5BC075

Text Example


Text Example

White with #5BC075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BC075; }

 p { color: rgb(91,192,117); }

 H1.HeaderClassName
 {
   color: #5BC075;
 }
 .AnyTagClassName
 {
   color: #5BC075;
 }
</style>

background-color css

<style>
 a { background-color: #5BC075; }

 a { background-color: rgb(91,192,117); }

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

border-color css

<style>
 span { border-color: #5BC075; }

 span { border-color: rgb(91,192,117); }

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