Html Css Color HEX #55C56E Emerald

📋 copy color: '#55C56E'

red 85 ◦ green 197 ◦ blue 110

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

Shades of Emerald #55C56E

Tints of Emerald #55C56E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.26%

 BLUE value IS 110 (43.36% from 255) = 28.06%

R = 21.68%
G = 50.26%
B = 28.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#55C56E (or 0x55C56E) is known color: Emerald. HEX triplet: 55, C5 and 6E. RGB value is (85,197,110). Sum of RGB (Red+Green+Blue) = 85+197+110=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #55C56E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C56E is #AA3A91. Grayscale: #999999. Windows color (decimal): -11156114 or 7259477. OLE color: 7259477.

HSL color Cylindrical-coordinate representation of color #55C56E: hue angle of 133.39º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C56E is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 197 110 -
CMYK 0.57 0 0.44 0.23
HSL 133.39º 0.49% 0.55% -
HSV(B) 133.39º 0.57% 0.77% -
XYZ 26.53 42.99 21.65 -
YUV 153.59 103.39 79.07 -
System Red Green Blue C M Y K H S L
Decimal 85 197 110 0.57 0 0.44 0.23 133.39 0.49 0.55
Hex 55 C5 6E 39 0 2C 17 85 31 37
Octal 125 305 156 71 0 54 27 205 61 67
Binary 1010101 11000101 1101110 111001 0 101100 10111 10000101 110001 110111

Color Harmonies of #55C56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C56E

Black with #55C56E

Text Example


Text Example

White with #55C56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,197,110); }

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

background-color css

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

 a { background-color: rgb(85,197,110); }

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

border-color css

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

 span { border-color: rgb(85,197,110); }

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