Html Css Color HEX #55C16F Emerald

📋 copy color: '#55C16F'

red 85 ◦ green 193 ◦ blue 111

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

Shades of Emerald #55C16F

Tints of Emerald #55C16F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.61%

 BLUE value IS 111 (43.75% from 255) = 28.53%

R = 21.85%
G = 49.61%
B = 28.53%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#55C16F (or 0x55C16F) is known color: Emerald. HEX triplet: 55, C1 and 6F. RGB value is (85,193,111). Sum of RGB (Red+Green+Blue) = 85+193+111=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 193 (75.78% from 255 or 49.61% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 193 - color contains mainly: green. Hex color #55C16F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C16F is #AA3E90. Grayscale: #979797. Windows color (decimal): -11157137 or 7323989. OLE color: 7323989.

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

Color convert

RGB 85 193 111 -
CMYK 0.56 0 0.42 0.24
HSL 134.44º 0.47% 0.55% -
HSV(B) 134.44º 0.56% 0.76% -
XYZ 25.69 41.22 21.64 -
YUV 151.36 105.22 80.67 -
System Red Green Blue C M Y K H S L
Decimal 85 193 111 0.56 0 0.42 0.24 134.44 0.47 0.55
Hex 55 C1 6F 38 0 2A 18 86 2F 37
Octal 125 301 157 70 0 52 30 206 57 67
Binary 1010101 11000001 1101111 111000 0 101010 11000 10000110 101111 110111

Color Harmonies of #55C16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C16F

Black with #55C16F

Text Example


Text Example

White with #55C16F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,193,111); }

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

background-color css

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

 a { background-color: rgb(85,193,111); }

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

border-color css

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

 span { border-color: rgb(85,193,111); }

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