Html Css Color HEX #55C083 Emerald

📋 copy color: '#55C083'

red 85 ◦ green 192 ◦ blue 131

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

Shades of Emerald #55C083

Tints of Emerald #55C083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.11%

R = 20.83%
G = 47.06%
B = 32.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#55C083 (or 0x55C083) is known color: Emerald. HEX triplet: 55, C0 and 83. RGB value is (85,192,131). Sum of RGB (Red+Green+Blue) = 85+192+131=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #55C083 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C083 is #AA3F7C. Grayscale: #999999. Windows color (decimal): -11157373 or 8634453. OLE color: 8634453.

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

Color convert

RGB 85 192 131 -
CMYK 0.56 0 0.32 0.25
HSL 145.79º 0.46% 0.54% -
HSV(B) 145.79º 0.56% 0.75% -
XYZ 26.69 41.27 28.03 -
YUV 153.05 115.55 79.46 -
System Red Green Blue C M Y K H S L
Decimal 85 192 131 0.56 0 0.32 0.25 145.79 0.46 0.54
Hex 55 C0 83 38 0 20 19 92 2E 36
Octal 125 300 203 70 0 40 31 222 56 66
Binary 1010101 11000000 10000011 111000 0 100000 11001 10010010 101110 110110

Color Harmonies of #55C083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C083

Black with #55C083

Text Example


Text Example

White with #55C083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,192,131); }

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

background-color css

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

 a { background-color: rgb(85,192,131); }

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

border-color css

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

 span { border-color: rgb(85,192,131); }

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