Html Css Color HEX #5BC275 Emerald

📋 copy color: '#5BC275'

red 91 ◦ green 194 ◦ blue 117

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

Shades of Emerald #5BC275

Tints of Emerald #5BC275

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.26%

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

R = 22.64%
G = 48.26%
B = 29.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#5BC275 (or 0x5BC275) is known color: Emerald. HEX triplet: 5B, C2 and 75. RGB value is (91,194,117). Sum of RGB (Red+Green+Blue) = 91+194+117=402 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.64% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #5BC275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC275 is #A43D8A. Grayscale: #9A9A9A. Windows color (decimal): -10763659 or 7717467. OLE color: 7717467.

HSL color Cylindrical-coordinate representation of color #5BC275: hue angle of 135.15º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC275 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 91 194 117 -
CMYK 0.53 0 0.40 0.24
HSL 135.15º 0.46% 0.56% -
HSV(B) 135.15º 0.53% 0.76% -
XYZ 26.82 42.09 23.54 -
YUV 154.43 106.88 82.76 -
System Red Green Blue C M Y K H S L
Decimal 91 194 117 0.53 0 0.40 0.24 135.15 0.46 0.56
Hex 5B C2 75 35 0 28 18 87 2E 38
Octal 133 302 165 65 0 50 30 207 56 70
Binary 1011011 11000010 1110101 110101 0 101000 11000 10000111 101110 111000

Color Harmonies of #5BC275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC275

Black with #5BC275

Text Example


Text Example

White with #5BC275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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