Html Css Color HEX #55D76B Emerald

📋 copy color: '#55D76B'

red 85 ◦ green 215 ◦ blue 107

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

Shades of Emerald #55D76B

Tints of Emerald #55D76B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.83%

 BLUE value IS 107 (42.19% from 255) = 26.29%

R = 20.88%
G = 52.83%
B = 26.29%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#55D76B (or 0x55D76B) is known color: Emerald. HEX triplet: 55, D7 and 6B. RGB value is (85,215,107). Sum of RGB (Red+Green+Blue) = 85+215+107=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #55D76B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D76B is #AA2894. Grayscale: #A4A4A4. Windows color (decimal): -11151509 or 7067477. OLE color: 7067477.

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

Color convert

RGB 85 215 107 -
CMYK 0.60 0 0.50 0.16
HSL 130.15º 0.62% 0.59% -
HSV(B) 130.15º 0.6% 0.84% -
XYZ 30.7 51.59 22.25 -
YUV 163.82 95.93 71.78 -
System Red Green Blue C M Y K H S L
Decimal 85 215 107 0.60 0 0.50 0.16 130.15 0.62 0.59
Hex 55 D7 6B 3C 0 32 10 82 3E 3B
Octal 125 327 153 74 0 62 20 202 76 73
Binary 1010101 11010111 1101011 111100 0 110010 10000 10000010 111110 111011

Color Harmonies of #55D76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D76B

Black with #55D76B

Text Example


Text Example

White with #55D76B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,215,107); }

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

background-color css

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

 a { background-color: rgb(85,215,107); }

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

border-color css

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

 span { border-color: rgb(85,215,107); }

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