Html Css Color HEX #55DA5D Emerald

📋 copy color: '#55DA5D'

red 85 ◦ green 218 ◦ blue 93

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

Shades of Emerald #55DA5D

Tints of Emerald #55DA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.48%

R = 21.46%
G = 55.05%
B = 23.48%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#55DA5D (or 0x55DA5D) is known color: Emerald. HEX triplet: 55, DA and 5D. RGB value is (85,218,93). Sum of RGB (Red+Green+Blue) = 85+218+93=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 218 (85.55% from 255 or 55.05% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DA5D is #AA25A2. Grayscale: #A4A4A4. Windows color (decimal): -11150755 or 6150741. OLE color: 6150741.

HSL color Cylindrical-coordinate representation of color #55DA5D: hue angle of 123.61º 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 #55DA5D is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 218 93 -
CMYK 0.61 0 0.57 0.15
HSL 123.61º 0.64% 0.59% -
HSV(B) 123.61º 0.61% 0.85% -
XYZ 30.79 52.86 18.94 -
YUV 163.98 87.94 71.66 -
System Red Green Blue C M Y K H S L
Decimal 85 218 93 0.61 0 0.57 0.15 123.61 0.64 0.59
Hex 55 DA 5D 3D 0 39 F 7C 40 3B
Octal 125 332 135 75 0 71 17 174 100 73
Binary 1010101 11011010 1011101 111101 0 111001 1111 1111100 1000000 111011

Color Harmonies of #55DA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DA5D

Black with #55DA5D

Text Example


Text Example

White with #55DA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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