Html Css Color HEX #55DA8B Emerald

📋 copy color: '#55DA8B'

red 85 ◦ green 218 ◦ blue 139

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

Shades of Emerald #55DA8B

Tints of Emerald #55DA8B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.32%

 BLUE value IS 139 (54.69% from 255) = 31.45%

R = 19.23%
G = 49.32%
B = 31.45%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#55DA8B (or 0x55DA8B) is known color: Emerald. HEX triplet: 55, DA and 8B. RGB value is (85,218,139). Sum of RGB (Red+Green+Blue) = 85+218+139=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DA8B is #AA2574. Grayscale: #A9A9A9. Windows color (decimal): -11150709 or 9165397. OLE color: 9165397.

HSL color Cylindrical-coordinate representation of color #55DA8B: hue angle of 144.36º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DA8B is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 218 139 -
CMYK 0.61 0 0.36 0.15
HSL 144.36º 0.64% 0.59% -
HSV(B) 144.36º 0.61% 0.85% -
XYZ 33.48 53.94 33.07 -
YUV 169.23 110.94 67.92 -
System Red Green Blue C M Y K H S L
Decimal 85 218 139 0.61 0 0.36 0.15 144.36 0.64 0.59
Hex 55 DA 8B 3D 0 24 F 90 40 3B
Octal 125 332 213 75 0 44 17 220 100 73
Binary 1010101 11011010 10001011 111101 0 100100 1111 10010000 1000000 111011

Color Harmonies of #55DA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DA8B

Black with #55DA8B

Text Example


Text Example

White with #55DA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,218,139); }

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

background-color css

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

 a { background-color: rgb(85,218,139); }

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

border-color css

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

 span { border-color: rgb(85,218,139); }

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