Html Css Color HEX #55BE73 Emerald

📋 copy color: '#55BE73'

red 85 ◦ green 190 ◦ blue 115

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

Shades of Emerald #55BE73

Tints of Emerald #55BE73

RGB

 RED value IS 85 (33.59% from 255) = 21.79%

 GREEN value IS 190 (74.61% from 255) = 48.72%

 BLUE value IS 115 (45.31% from 255) = 29.49%

R = 21.79%
G = 48.72%
B = 29.49%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#55BE73 (or 0x55BE73) is known color: Emerald. HEX triplet: 55, BE and 73. RGB value is (85,190,115). Sum of RGB (Red+Green+Blue) = 85+190+115=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 190 (74.61% from 255 or 48.72% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 190 - color contains mainly: green. Hex color #55BE73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BE73 is #AA418C. Grayscale: #969696. Windows color (decimal): -11157901 or 7585365. OLE color: 7585365.

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

Color convert

RGB 85 190 115 -
CMYK 0.55 0 0.39 0.25
HSL 137.14º 0.45% 0.54% -
HSV(B) 137.14º 0.55% 0.75% -
XYZ 25.25 40 22.61 -
YUV 150.06 108.21 81.6 -
System Red Green Blue C M Y K H S L
Decimal 85 190 115 0.55 0 0.39 0.25 137.14 0.45 0.54
Hex 55 BE 73 37 0 27 19 89 2D 36
Octal 125 276 163 67 0 47 31 211 55 66
Binary 1010101 10111110 1110011 110111 0 100111 11001 10001001 101101 110110

Color Harmonies of #55BE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BE73

Black with #55BE73

Text Example


Text Example

White with #55BE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55BE73; }

 p { color: rgb(85,190,115); }

 H1.HeaderClassName
 {
   color: #55BE73;
 }
 .AnyTagClassName
 {
   color: #55BE73;
 }
</style>

background-color css

<style>
 a { background-color: #55BE73; }

 a { background-color: rgb(85,190,115); }

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

border-color css

<style>
 span { border-color: #55BE73; }

 span { border-color: rgb(85,190,115); }

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