Html Css Color HEX #55DD61 Emerald

📋 copy color: '#55DD61'

red 85 ◦ green 221 ◦ blue 97

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

Shades of Emerald #55DD61

Tints of Emerald #55DD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.07%

R = 21.09%
G = 54.84%
B = 24.07%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#55DD61 (or 0x55DD61) is known color: Emerald. HEX triplet: 55, DD and 61. RGB value is (85,221,97). Sum of RGB (Red+Green+Blue) = 85+221+97=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 221 (86.72% from 255 or 54.84% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DD61 is #AA229E. Grayscale: #A6A6A6. Windows color (decimal): -11149983 or 6413653. OLE color: 6413653.

HSL color Cylindrical-coordinate representation of color #55DD61: hue angle of 125.29º 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 #55DD61 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 221 97 -
CMYK 0.62 0 0.56 0.13
HSL 125.29º 0.67% 0.6% -
HSV(B) 125.29º 0.62% 0.87% -
XYZ 31.76 54.51 20.16 -
YUV 166.2 88.94 70.08 -
System Red Green Blue C M Y K H S L
Decimal 85 221 97 0.62 0 0.56 0.13 125.29 0.67 0.6
Hex 55 DD 61 3E 0 38 D 7D 43 3C
Octal 125 335 141 76 0 70 15 175 103 74
Binary 1010101 11011101 1100001 111110 0 111000 1101 1111101 1000011 111100

Color Harmonies of #55DD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DD61

Black with #55DD61

Text Example


Text Example

White with #55DD61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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