Html Css Color HEX #55D57F Emerald

📋 copy color: '#55D57F'

red 85 ◦ green 213 ◦ blue 127

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

Shades of Emerald #55D57F

Tints of Emerald #55D57F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.12%

 BLUE value IS 127 (50% from 255) = 29.88%

R = 20%
G = 50.12%
B = 29.88%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#55D57F (or 0x55D57F) is known color: Emerald. HEX triplet: 55, D5 and 7F. RGB value is (85,213,127). Sum of RGB (Red+Green+Blue) = 85+213+127=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #55D57F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D57F is #AA2A80. Grayscale: #A5A5A5. Windows color (decimal): -11152001 or 8377685. OLE color: 8377685.

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

Color convert

RGB 85 213 127 -
CMYK 0.60 0 0.40 0.16
HSL 139.69º 0.6% 0.58% -
HSV(B) 139.69º 0.6% 0.84% -
XYZ 31.37 51.05 28.28 -
YUV 164.92 106.59 70.99 -
System Red Green Blue C M Y K H S L
Decimal 85 213 127 0.60 0 0.40 0.16 139.69 0.6 0.58
Hex 55 D5 7F 3C 0 28 10 8C 3C 3A
Octal 125 325 177 74 0 50 20 214 74 72
Binary 1010101 11010101 1111111 111100 0 101000 10000 10001100 111100 111010

Color Harmonies of #55D57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D57F

Black with #55D57F

Text Example


Text Example

White with #55D57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,213,127); }

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

background-color css

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

 a { background-color: rgb(85,213,127); }

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

border-color css

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

 span { border-color: rgb(85,213,127); }

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