Html Css Color HEX #55C27A Emerald

📋 copy color: '#55C27A'

red 85 ◦ green 194 ◦ blue 122

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

Shades of Emerald #55C27A

Tints of Emerald #55C27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.42%

R = 21.2%
G = 48.38%
B = 30.42%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#55C27A (or 0x55C27A) is known color: Emerald. HEX triplet: 55, C2 and 7A. RGB value is (85,194,122). Sum of RGB (Red+Green+Blue) = 85+194+122=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #55C27A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C27A is #AA3D85. Grayscale: #999999. Windows color (decimal): -11156870 or 8045141. OLE color: 8045141.

HSL color Cylindrical-coordinate representation of color #55C27A: hue angle of 140.37º 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 #55C27A is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 194 122 -
CMYK 0.56 0 0.37 0.24
HSL 140.37º 0.47% 0.55% -
HSV(B) 140.37º 0.56% 0.76% -
XYZ 26.55 41.92 25.1 -
YUV 153.2 110.39 79.35 -
System Red Green Blue C M Y K H S L
Decimal 85 194 122 0.56 0 0.37 0.24 140.37 0.47 0.55
Hex 55 C2 7A 38 0 25 18 8C 2F 37
Octal 125 302 172 70 0 45 30 214 57 67
Binary 1010101 11000010 1111010 111000 0 100101 11000 10001100 101111 110111

Color Harmonies of #55C27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C27A

Black with #55C27A

Text Example


Text Example

White with #55C27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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