Html Css Color HEX #55DD75 Emerald

📋 copy color: '#55DD75'

red 85 ◦ green 221 ◦ blue 117

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

Shades of Emerald #55DD75

Tints of Emerald #55DD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.66%

R = 20.09%
G = 52.25%
B = 27.66%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#55DD75 (or 0x55DD75) is known color: Emerald. HEX triplet: 55, DD and 75. RGB value is (85,221,117). Sum of RGB (Red+Green+Blue) = 85+221+117=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DD75 is #AA228A. Grayscale: #A8A8A8. Windows color (decimal): -11149963 or 7724373. OLE color: 7724373.

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

Color convert

RGB 85 221 117 -
CMYK 0.62 0 0.47 0.13
HSL 134.12º 0.67% 0.6% -
HSV(B) 134.12º 0.62% 0.87% -
XYZ 32.81 54.93 25.7 -
YUV 168.48 98.94 68.46 -
System Red Green Blue C M Y K H S L
Decimal 85 221 117 0.62 0 0.47 0.13 134.12 0.67 0.6
Hex 55 DD 75 3E 0 2F D 86 43 3C
Octal 125 335 165 76 0 57 15 206 103 74
Binary 1010101 11011101 1110101 111110 0 101111 1101 10000110 1000011 111100

Color Harmonies of #55DD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DD75

Black with #55DD75

Text Example


Text Example

White with #55DD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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