Html Css Color HEX #55DF8B Emerald

📋 copy color: '#55DF8B'

red 85 ◦ green 223 ◦ blue 139

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

Shades of Emerald #55DF8B

Tints of Emerald #55DF8B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.89%

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

R = 19.02%
G = 49.89%
B = 31.1%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#55DF8B (or 0x55DF8B) is known color: Emerald. HEX triplet: 55, DF and 8B. RGB value is (85,223,139). Sum of RGB (Red+Green+Blue) = 85+223+139=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DF8B is #AA2074. Grayscale: #ACACAC. Windows color (decimal): -11149429 or 9166677. OLE color: 9166677.

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

Color convert

RGB 85 223 139 -
CMYK 0.62 0 0.38 0.13
HSL 143.48º 0.68% 0.6% -
HSV(B) 143.48º 0.62% 0.87% -
XYZ 34.79 56.57 33.51 -
YUV 172.16 109.28 65.83 -
System Red Green Blue C M Y K H S L
Decimal 85 223 139 0.62 0 0.38 0.13 143.48 0.68 0.6
Hex 55 DF 8B 3E 0 26 D 8F 44 3C
Octal 125 337 213 76 0 46 15 217 104 74
Binary 1010101 11011111 10001011 111110 0 100110 1101 10001111 1000100 111100

Color Harmonies of #55DF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DF8B

Black with #55DF8B

Text Example


Text Example

White with #55DF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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