Html Css Color HEX #55DD7B Emerald

📋 copy color: '#55DD7B'

red 85 ◦ green 221 ◦ blue 123

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

Shades of Emerald #55DD7B

Tints of Emerald #55DD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.67%

R = 19.81%
G = 51.52%
B = 28.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#55DD7B (or 0x55DD7B) is known color: Emerald. HEX triplet: 55, DD and 7B. RGB value is (85,221,123). Sum of RGB (Red+Green+Blue) = 85+221+123=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 221 (86.72% from 255 or 51.52% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DD7B is #AA2284. Grayscale: #A9A9A9. Windows color (decimal): -11149957 or 8117589. OLE color: 8117589.

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

Color convert

RGB 85 221 123 -
CMYK 0.62 0 0.44 0.13
HSL 136.76º 0.67% 0.6% -
HSV(B) 136.76º 0.62% 0.87% -
XYZ 33.18 55.07 27.62 -
YUV 169.16 101.94 67.97 -
System Red Green Blue C M Y K H S L
Decimal 85 221 123 0.62 0 0.44 0.13 136.76 0.67 0.6
Hex 55 DD 7B 3E 0 2C D 89 43 3C
Octal 125 335 173 76 0 54 15 211 103 74
Binary 1010101 11011101 1111011 111110 0 101100 1101 10001001 1000011 111100

Color Harmonies of #55DD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DD7B

Black with #55DD7B

Text Example


Text Example

White with #55DD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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