Html Css Color HEX #55EE82 Emerald

📋 copy color: '#55EE82'

red 85 ◦ green 238 ◦ blue 130

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

Shades of Emerald #55EE82

Tints of Emerald #55EE82

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.54%

 BLUE value IS 130 (51.17% from 255) = 28.7%

R = 18.76%
G = 52.54%
B = 28.7%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#55EE82 (or 0x55EE82) is known color: Emerald. HEX triplet: 55, EE and 82. RGB value is (85,238,130). Sum of RGB (Red+Green+Blue) = 85+238+130=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #55EE82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EE82 is #AA117D. Grayscale: #B4B4B4. Windows color (decimal): -11145598 or 8580693. OLE color: 8580693.

HSL color Cylindrical-coordinate representation of color #55EE82: hue angle of 137.65º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EE82 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 238 130 -
CMYK 0.64 0 0.45 0.07
HSL 137.65º 0.82% 0.63% -
HSV(B) 137.65º 0.64% 0.93% -
XYZ 38.35 64.69 31.58 -
YUV 179.94 99.81 60.28 -
System Red Green Blue C M Y K H S L
Decimal 85 238 130 0.64 0 0.45 0.07 137.65 0.82 0.63
Hex 55 EE 82 40 0 2D 7 8A 52 3F
Octal 125 356 202 100 0 55 7 212 122 77
Binary 1010101 11101110 10000010 1000000 0 101101 111 10001010 1010010 111111

Color Harmonies of #55EE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EE82

Black with #55EE82

Text Example


Text Example

White with #55EE82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,238,130); }

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

background-color css

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

 a { background-color: rgb(85,238,130); }

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

border-color css

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

 span { border-color: rgb(85,238,130); }

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