Html Css Color HEX #55D275 Emerald

📋 copy color: '#55D275'

red 85 ◦ green 210 ◦ blue 117

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

Shades of Emerald #55D275

Tints of Emerald #55D275

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.97%

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

R = 20.63%
G = 50.97%
B = 28.4%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#55D275 (or 0x55D275) is known color: Emerald. HEX triplet: 55, D2 and 75. RGB value is (85,210,117). Sum of RGB (Red+Green+Blue) = 85+210+117=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 210 (82.42% from 255 or 50.97% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 210 - color contains mainly: green. Hex color #55D275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D275 is #AA2D8A. Grayscale: #A2A2A2. Windows color (decimal): -11152779 or 7721557. OLE color: 7721557.

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

Color convert

RGB 85 210 117 -
CMYK 0.60 0 0.44 0.18
HSL 135.36º 0.58% 0.58% -
HSV(B) 135.36º 0.6% 0.82% -
XYZ 30 49.31 24.77 -
YUV 162.02 102.59 73.06 -
System Red Green Blue C M Y K H S L
Decimal 85 210 117 0.60 0 0.44 0.18 135.36 0.58 0.58
Hex 55 D2 75 3C 0 2C 12 87 3A 3A
Octal 125 322 165 74 0 54 22 207 72 72
Binary 1010101 11010010 1110101 111100 0 101100 10010 10000111 111010 111010

Color Harmonies of #55D275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D275

Black with #55D275

Text Example


Text Example

White with #55D275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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