Html Css Color HEX #55C378 Emerald

📋 copy color: '#55C378'

red 85 ◦ green 195 ◦ blue 120

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

Shades of Emerald #55C378

Tints of Emerald #55C378

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.75%

 BLUE value IS 120 (47.27% from 255) = 30%

R = 21.25%
G = 48.75%
B = 30%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#55C378 (or 0x55C378) is known color: Emerald. HEX triplet: 55, C3 and 78. RGB value is (85,195,120). Sum of RGB (Red+Green+Blue) = 85+195+120=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #55C378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C378 is #AA3C87. Grayscale: #999999. Windows color (decimal): -11156616 or 7914325. OLE color: 7914325.

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

Color convert

RGB 85 195 120 -
CMYK 0.56 0 0.38 0.24
HSL 139.09º 0.48% 0.55% -
HSV(B) 139.09º 0.56% 0.76% -
XYZ 26.65 42.32 24.53 -
YUV 153.56 109.06 79.1 -
System Red Green Blue C M Y K H S L
Decimal 85 195 120 0.56 0 0.38 0.24 139.09 0.48 0.55
Hex 55 C3 78 38 0 26 18 8B 30 37
Octal 125 303 170 70 0 46 30 213 60 67
Binary 1010101 11000011 1111000 111000 0 100110 11000 10001011 110000 110111

Color Harmonies of #55C378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C378

Black with #55C378

Text Example


Text Example

White with #55C378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,195,120); }

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

background-color css

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

 a { background-color: rgb(85,195,120); }

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

border-color css

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

 span { border-color: rgb(85,195,120); }

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