Html Css Color HEX #55DD7D Emerald

📋 copy color: '#55DD7D'

red 85 ◦ green 221 ◦ blue 125

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

Shades of Emerald #55DD7D

Tints of Emerald #55DD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29%

R = 19.72%
G = 51.28%
B = 29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#55DD7D (or 0x55DD7D) is known color: Emerald. HEX triplet: 55, DD and 7D. RGB value is (85,221,125). Sum of RGB (Red+Green+Blue) = 85+221+125=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DD7D is #AA2282. Grayscale: #A9A9A9. Windows color (decimal): -11149955 or 8248661. OLE color: 8248661.

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

Color convert

RGB 85 221 125 -
CMYK 0.62 0 0.43 0.13
HSL 137.65º 0.67% 0.6% -
HSV(B) 137.65º 0.62% 0.87% -
XYZ 33.3 55.12 28.29 -
YUV 169.39 102.94 67.81 -
System Red Green Blue C M Y K H S L
Decimal 85 221 125 0.62 0 0.43 0.13 137.65 0.67 0.6
Hex 55 DD 7D 3E 0 2B D 8A 43 3C
Octal 125 335 175 76 0 53 15 212 103 74
Binary 1010101 11011101 1111101 111110 0 101011 1101 10001010 1000011 111100

Color Harmonies of #55DD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DD7D

Black with #55DD7D

Text Example


Text Example

White with #55DD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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