Html Css Color HEX #55E38D Emerald

📋 copy color: '#55E38D'

red 85 ◦ green 227 ◦ blue 141

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

Shades of Emerald #55E38D

Tints of Emerald #55E38D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50.11%

 BLUE value IS 141 (55.47% from 255) = 31.13%

R = 18.76%
G = 50.11%
B = 31.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#55E38D (or 0x55E38D) is known color: Emerald. HEX triplet: 55, E3 and 8D. RGB value is (85,227,141). Sum of RGB (Red+Green+Blue) = 85+227+141=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #55E38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E38D is #AA1C72. Grayscale: #AEAEAE. Windows color (decimal): -11148403 or 9298773. OLE color: 9298773.

HSL color Cylindrical-coordinate representation of color #55E38D: hue angle of 143.66º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E38D is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 85 227 141 -
CMYK 0.63 0 0.38 0.11
HSL 143.66º 0.72% 0.61% -
HSV(B) 143.66º 0.63% 0.89% -
XYZ 36.02 58.79 34.65 -
YUV 174.74 108.96 63.99 -
System Red Green Blue C M Y K H S L
Decimal 85 227 141 0.63 0 0.38 0.11 143.66 0.72 0.61
Hex 55 E3 8D 3F 0 26 B 90 48 3D
Octal 125 343 215 77 0 46 13 220 110 75
Binary 1010101 11100011 10001101 111111 0 100110 1011 10010000 1001000 111101

Color Harmonies of #55E38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E38D

Black with #55E38D

Text Example


Text Example

White with #55E38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,227,141); }

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

background-color css

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

 a { background-color: rgb(85,227,141); }

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

border-color css

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

 span { border-color: rgb(85,227,141); }

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