Html Css Color HEX #55E375 Emerald

📋 copy color: '#55E375'

red 85 ◦ green 227 ◦ blue 117

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

Shades of Emerald #55E375

Tints of Emerald #55E375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.27%

R = 19.81%
G = 52.91%
B = 27.27%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#55E375 (or 0x55E375) is known color: Emerald. HEX triplet: 55, E3 and 75. RGB value is (85,227,117). Sum of RGB (Red+Green+Blue) = 85+227+117=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 227 (89.06% from 255 or 52.91% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 227 - color contains mainly: green. Hex color #55E375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E375 is #AA1C8A. Grayscale: #ACACAC. Windows color (decimal): -11148427 or 7725909. OLE color: 7725909.

HSL color Cylindrical-coordinate representation of color #55E375: hue angle of 133.52º 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 #55E375 is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 85 227 117 -
CMYK 0.63 0 0.48 0.11
HSL 133.52º 0.72% 0.61% -
HSV(B) 133.52º 0.63% 0.89% -
XYZ 34.43 58.15 26.24 -
YUV 172 96.96 65.94 -
System Red Green Blue C M Y K H S L
Decimal 85 227 117 0.63 0 0.48 0.11 133.52 0.72 0.61
Hex 55 E3 75 3F 0 30 B 86 48 3D
Octal 125 343 165 77 0 60 13 206 110 75
Binary 1010101 11100011 1110101 111111 0 110000 1011 10000110 1001000 111101

Color Harmonies of #55E375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E375

Black with #55E375

Text Example


Text Example

White with #55E375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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