Html Css Color HEX #55D475 Emerald

📋 copy color: '#55D475'

red 85 ◦ green 212 ◦ blue 117

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

Shades of Emerald #55D475

Tints of Emerald #55D475

RGB

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

 GREEN value IS 212 (83.2% from 255) = 51.21%

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

R = 20.53%
G = 51.21%
B = 28.26%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#55D475 (or 0x55D475) is known color: Emerald. HEX triplet: 55, D4 and 75. RGB value is (85,212,117). Sum of RGB (Red+Green+Blue) = 85+212+117=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 212 (83.20% from 255 or 51.21% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 212 - color contains mainly: green. Hex color #55D475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D475 is #AA2B8A. Grayscale: #A3A3A3. Windows color (decimal): -11152267 or 7722069. OLE color: 7722069.

HSL color Cylindrical-coordinate representation of color #55D475: hue angle of 135.12º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D475 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 85 212 117 -
CMYK 0.60 0 0.45 0.17
HSL 135.12º 0.6% 0.58% -
HSV(B) 135.12º 0.6% 0.83% -
XYZ 30.5 50.3 24.93 -
YUV 163.2 101.92 72.22 -
System Red Green Blue C M Y K H S L
Decimal 85 212 117 0.60 0 0.45 0.17 135.12 0.6 0.58
Hex 55 D4 75 3C 0 2D 11 87 3C 3A
Octal 125 324 165 74 0 55 21 207 74 72
Binary 1010101 11010100 1110101 111100 0 101101 10001 10000111 111100 111010

Color Harmonies of #55D475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D475

Black with #55D475

Text Example


Text Example

White with #55D475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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