Html Css Color HEX #55C181 Emerald

📋 copy color: '#55C181'

red 85 ◦ green 193 ◦ blue 129

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

Shades of Emerald #55C181

Tints of Emerald #55C181

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.42%

 BLUE value IS 129 (50.78% from 255) = 31.7%

R = 20.88%
G = 47.42%
B = 31.7%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#55C181 (or 0x55C181) is known color: Emerald. HEX triplet: 55, C1 and 81. RGB value is (85,193,129). Sum of RGB (Red+Green+Blue) = 85+193+129=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #55C181 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C181 is #AA3E7E. Grayscale: #999999. Windows color (decimal): -11157119 or 8503637. OLE color: 8503637.

HSL color Cylindrical-coordinate representation of color #55C181: hue angle of 144.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C181 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 193 129 -
CMYK 0.56 0 0.33 0.24
HSL 144.44º 0.47% 0.55% -
HSV(B) 144.44º 0.56% 0.76% -
XYZ 26.78 41.66 27.4 -
YUV 153.41 114.22 79.2 -
System Red Green Blue C M Y K H S L
Decimal 85 193 129 0.56 0 0.33 0.24 144.44 0.47 0.55
Hex 55 C1 81 38 0 21 18 90 2F 37
Octal 125 301 201 70 0 41 30 220 57 67
Binary 1010101 11000001 10000001 111000 0 100001 11000 10010000 101111 110111

Color Harmonies of #55C181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C181

Black with #55C181

Text Example


Text Example

White with #55C181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,193,129); }

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

background-color css

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

 a { background-color: rgb(85,193,129); }

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

border-color css

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

 span { border-color: rgb(85,193,129); }

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