Html Css Color HEX #5BCF80 Emerald

📋 copy color: '#5BCF80'

red 91 ◦ green 207 ◦ blue 128

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

Shades of Emerald #5BCF80

Tints of Emerald #5BCF80

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.59%

 BLUE value IS 128 (50.39% from 255) = 30.05%

R = 21.36%
G = 48.59%
B = 30.05%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#5BCF80 (or 0x5BCF80) is known color: Emerald. HEX triplet: 5B, CF and 80. RGB value is (91,207,128). Sum of RGB (Red+Green+Blue) = 91+207+128=426 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.36% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCF80 is #A4307F. Grayscale: #A3A3A3. Windows color (decimal): -10760320 or 8441691. OLE color: 8441691.

HSL color Cylindrical-coordinate representation of color #5BCF80: hue angle of 139.14º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCF80 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 207 128 -
CMYK 0.56 0 0.38 0.19
HSL 139.14º 0.55% 0.58% -
HSV(B) 139.14º 0.56% 0.81% -
XYZ 30.52 48.41 28.16 -
YUV 163.31 108.07 76.42 -
System Red Green Blue C M Y K H S L
Decimal 91 207 128 0.56 0 0.38 0.19 139.14 0.55 0.58
Hex 5B CF 80 38 0 26 13 8B 37 3A
Octal 133 317 200 70 0 46 23 213 67 72
Binary 1011011 11001111 10000000 111000 0 100110 10011 10001011 110111 111010

Color Harmonies of #5BCF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCF80

Black with #5BCF80

Text Example


Text Example

White with #5BCF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,207,128); }

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

background-color css

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

 a { background-color: rgb(91,207,128); }

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

border-color css

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

 span { border-color: rgb(91,207,128); }

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