Html Css Color HEX #55E074 Emerald

📋 copy color: '#55E074'

red 85 ◦ green 224 ◦ blue 116

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

Shades of Emerald #55E074

Tints of Emerald #55E074

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.71%

 BLUE value IS 116 (45.7% from 255) = 27.29%

R = 20%
G = 52.71%
B = 27.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#55E074 (or 0x55E074) is known color: Emerald. HEX triplet: 55, E0 and 74. RGB value is (85,224,116). Sum of RGB (Red+Green+Blue) = 85+224+116=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 224 (87.89% from 255 or 52.71% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 224 - color contains mainly: green. Hex color #55E074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55E074 is #AA1F8B. Grayscale: #AAAAAA. Windows color (decimal): -11149196 or 7659605. OLE color: 7659605.

HSL color Cylindrical-coordinate representation of color #55E074: hue angle of 133.38º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E074 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 224 116 -
CMYK 0.62 0 0.48 0.12
HSL 133.38º 0.69% 0.61% -
HSV(B) 133.38º 0.62% 0.88% -
XYZ 33.55 56.5 25.66 -
YUV 170.13 97.45 67.28 -
System Red Green Blue C M Y K H S L
Decimal 85 224 116 0.62 0 0.48 0.12 133.38 0.69 0.61
Hex 55 E0 74 3E 0 30 C 85 45 3D
Octal 125 340 164 76 0 60 14 205 105 75
Binary 1010101 11100000 1110100 111110 0 110000 1100 10000101 1000101 111101

Color Harmonies of #55E074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E074

Black with #55E074

Text Example


Text Example

White with #55E074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,224,116); }

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

background-color css

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

 a { background-color: rgb(85,224,116); }

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

border-color css

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

 span { border-color: rgb(85,224,116); }

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