Html Css Color HEX #55C96F Emerald

📋 copy color: '#55C96F'

red 85 ◦ green 201 ◦ blue 111

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

Shades of Emerald #55C96F

Tints of Emerald #55C96F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.63%

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

R = 21.41%
G = 50.63%
B = 27.96%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#55C96F (or 0x55C96F) is known color: Emerald. HEX triplet: 55, C9 and 6F. RGB value is (85,201,111). Sum of RGB (Red+Green+Blue) = 85+201+111=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #55C96F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C96F is #AA3690. Grayscale: #9C9C9C. Windows color (decimal): -11155089 or 7326037. OLE color: 7326037.

HSL color Cylindrical-coordinate representation of color #55C96F: hue angle of 133.45º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55C96F is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 201 111 -
CMYK 0.58 0 0.45 0.21
HSL 133.45º 0.52% 0.56% -
HSV(B) 133.45º 0.58% 0.79% -
XYZ 27.5 44.85 22.25 -
YUV 156.06 102.57 77.32 -
System Red Green Blue C M Y K H S L
Decimal 85 201 111 0.58 0 0.45 0.21 133.45 0.52 0.56
Hex 55 C9 6F 3A 0 2D 15 85 34 38
Octal 125 311 157 72 0 55 25 205 64 70
Binary 1010101 11001001 1101111 111010 0 101101 10101 10000101 110100 111000

Color Harmonies of #55C96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C96F

Black with #55C96F

Text Example


Text Example

White with #55C96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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