Html Css Color HEX #55C074 Emerald

📋 copy color: '#55C074'

red 85 ◦ green 192 ◦ blue 116

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

Shades of Emerald #55C074

Tints of Emerald #55C074

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.85%

 BLUE value IS 116 (45.7% from 255) = 29.52%

R = 21.63%
G = 48.85%
B = 29.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#55C074 (or 0x55C074) is known color: Emerald. HEX triplet: 55, C0 and 74. RGB value is (85,192,116). Sum of RGB (Red+Green+Blue) = 85+192+116=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #55C074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C074 is #AA3F8B. Grayscale: #979797. Windows color (decimal): -11157388 or 7651413. OLE color: 7651413.

HSL color Cylindrical-coordinate representation of color #55C074: hue angle of 137.38º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C074 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 192 116 -
CMYK 0.56 0 0.40 0.25
HSL 137.38º 0.46% 0.54% -
HSV(B) 137.38º 0.56% 0.75% -
XYZ 25.75 40.89 23.06 -
YUV 151.34 108.05 80.68 -
System Red Green Blue C M Y K H S L
Decimal 85 192 116 0.56 0 0.40 0.25 137.38 0.46 0.54
Hex 55 C0 74 38 0 28 19 89 2E 36
Octal 125 300 164 70 0 50 31 211 56 66
Binary 1010101 11000000 1110100 111000 0 101000 11001 10001001 101110 110110

Color Harmonies of #55C074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C074

Black with #55C074

Text Example


Text Example

White with #55C074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,192,116); }

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

background-color css

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

 a { background-color: rgb(85,192,116); }

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

border-color css

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

 span { border-color: rgb(85,192,116); }

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