Html Css Color HEX #55C16B Emerald

📋 copy color: '#55C16B'

red 85 ◦ green 193 ◦ blue 107

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

Shades of Emerald #55C16B

Tints of Emerald #55C16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.79%

R = 22.08%
G = 50.13%
B = 27.79%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#55C16B (or 0x55C16B) is known color: Emerald. HEX triplet: 55, C1 and 6B. RGB value is (85,193,107). Sum of RGB (Red+Green+Blue) = 85+193+107=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #55C16B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C16B is #AA3E94. Grayscale: #979797. Windows color (decimal): -11157141 or 7061845. OLE color: 7061845.

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

Color convert

RGB 85 193 107 -
CMYK 0.56 0 0.45 0.24
HSL 132.22º 0.47% 0.55% -
HSV(B) 132.22º 0.56% 0.76% -
XYZ 25.47 41.13 20.51 -
YUV 150.9 103.22 80.99 -
System Red Green Blue C M Y K H S L
Decimal 85 193 107 0.56 0 0.45 0.24 132.22 0.47 0.55
Hex 55 C1 6B 38 0 2D 18 84 2F 37
Octal 125 301 153 70 0 55 30 204 57 67
Binary 1010101 11000001 1101011 111000 0 101101 11000 10000100 101111 110111

Color Harmonies of #55C16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C16B

Black with #55C16B

Text Example


Text Example

White with #55C16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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