Html Css Color HEX #5BCF72 Emerald

📋 copy color: '#5BCF72'

red 91 ◦ green 207 ◦ blue 114

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

Shades of Emerald #5BCF72

Tints of Emerald #5BCF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.67%

R = 22.09%
G = 50.24%
B = 27.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#5BCF72 (or 0x5BCF72) is known color: Emerald. HEX triplet: 5B, CF and 72. RGB value is (91,207,114). Sum of RGB (Red+Green+Blue) = 91+207+114=412 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.09% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #5BCF72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BCF72 is #A4308D. Grayscale: #A1A1A1. Windows color (decimal): -10760334 or 7524187. OLE color: 7524187.

HSL color Cylindrical-coordinate representation of color #5BCF72: hue angle of 131.9º 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 #5BCF72 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 91 207 114 -
CMYK 0.56 0 0.45 0.19
HSL 131.9º 0.55% 0.58% -
HSV(B) 131.9º 0.56% 0.81% -
XYZ 29.66 48.06 23.63 -
YUV 161.71 101.07 77.56 -
System Red Green Blue C M Y K H S L
Decimal 91 207 114 0.56 0 0.45 0.19 131.9 0.55 0.58
Hex 5B CF 72 38 0 2D 13 84 37 3A
Octal 133 317 162 70 0 55 23 204 67 72
Binary 1011011 11001111 1110010 111000 0 101101 10011 10000100 110111 111010

Color Harmonies of #5BCF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BCF72

Black with #5BCF72

Text Example


Text Example

White with #5BCF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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