Html Css Color HEX #55DD71 Emerald

📋 copy color: '#55DD71'

red 85 ◦ green 221 ◦ blue 113

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

Shades of Emerald #55DD71

Tints of Emerald #55DD71

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.74%

 BLUE value IS 113 (44.53% from 255) = 26.97%

R = 20.29%
G = 52.74%
B = 26.97%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#55DD71 (or 0x55DD71) is known color: Emerald. HEX triplet: 55, DD and 71. RGB value is (85,221,113). Sum of RGB (Red+Green+Blue) = 85+221+113=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DD71 is #AA228E. Grayscale: #A8A8A8. Windows color (decimal): -11149967 or 7462229. OLE color: 7462229.

HSL color Cylindrical-coordinate representation of color #55DD71: hue angle of 132.35º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DD71 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 221 113 -
CMYK 0.62 0 0.49 0.13
HSL 132.35º 0.67% 0.6% -
HSV(B) 132.35º 0.62% 0.87% -
XYZ 32.58 54.84 24.49 -
YUV 168.02 96.94 68.78 -
System Red Green Blue C M Y K H S L
Decimal 85 221 113 0.62 0 0.49 0.13 132.35 0.67 0.6
Hex 55 DD 71 3E 0 31 D 84 43 3C
Octal 125 335 161 76 0 61 15 204 103 74
Binary 1010101 11011101 1110001 111110 0 110001 1101 10000100 1000011 111100

Color Harmonies of #55DD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DD71

Black with #55DD71

Text Example


Text Example

White with #55DD71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,221,113); }

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

background-color css

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

 a { background-color: rgb(85,221,113); }

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

border-color css

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

 span { border-color: rgb(85,221,113); }

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