Html Css Color HEX #55C27E Emerald

📋 copy color: '#55C27E'

red 85 ◦ green 194 ◦ blue 126

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

Shades of Emerald #55C27E

Tints of Emerald #55C27E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.9%

 BLUE value IS 126 (49.61% from 255) = 31.11%

R = 20.99%
G = 47.9%
B = 31.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#55C27E (or 0x55C27E) is known color: Emerald. HEX triplet: 55, C2 and 7E. RGB value is (85,194,126). Sum of RGB (Red+Green+Blue) = 85+194+126=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #55C27E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C27E is #AA3D81. Grayscale: #999999. Windows color (decimal): -11156866 or 8307285. OLE color: 8307285.

HSL color Cylindrical-coordinate representation of color #55C27E: hue angle of 142.57º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C27E is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 194 126 -
CMYK 0.56 0 0.35 0.24
HSL 142.57º 0.47% 0.55% -
HSV(B) 142.57º 0.56% 0.76% -
XYZ 26.8 42.02 26.44 -
YUV 153.66 112.39 79.03 -
System Red Green Blue C M Y K H S L
Decimal 85 194 126 0.56 0 0.35 0.24 142.57 0.47 0.55
Hex 55 C2 7E 38 0 23 18 8F 2F 37
Octal 125 302 176 70 0 43 30 217 57 67
Binary 1010101 11000010 1111110 111000 0 100011 11000 10001111 101111 110111

Color Harmonies of #55C27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C27E

Black with #55C27E

Text Example


Text Example

White with #55C27E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,194,126); }

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

background-color css

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

 a { background-color: rgb(85,194,126); }

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

border-color css

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

 span { border-color: rgb(85,194,126); }

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