Html Css Color HEX #55C27F Emerald

📋 copy color: '#55C27F'

red 85 ◦ green 194 ◦ blue 127

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

Shades of Emerald #55C27F

Tints of Emerald #55C27F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.78%

 BLUE value IS 127 (50% from 255) = 31.28%

R = 20.94%
G = 47.78%
B = 31.28%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#55C27F (or 0x55C27F) is known color: Emerald. HEX triplet: 55, C2 and 7F. RGB value is (85,194,127). Sum of RGB (Red+Green+Blue) = 85+194+127=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 194 - color contains mainly: green. Hex color #55C27F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C27F is #AA3D80. Grayscale: #999999. Windows color (decimal): -11156865 or 8372821. OLE color: 8372821.

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

Color convert

RGB 85 194 127 -
CMYK 0.56 0 0.35 0.24
HSL 143.12º 0.47% 0.55% -
HSV(B) 143.12º 0.56% 0.76% -
XYZ 26.87 42.05 26.78 -
YUV 153.77 112.89 78.95 -
System Red Green Blue C M Y K H S L
Decimal 85 194 127 0.56 0 0.35 0.24 143.12 0.47 0.55
Hex 55 C2 7F 38 0 23 18 8F 2F 37
Octal 125 302 177 70 0 43 30 217 57 67
Binary 1010101 11000010 1111111 111000 0 100011 11000 10001111 101111 110111

Color Harmonies of #55C27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C27F

Black with #55C27F

Text Example


Text Example

White with #55C27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,194,127); }

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

background-color css

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

 a { background-color: rgb(85,194,127); }

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

border-color css

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

 span { border-color: rgb(85,194,127); }

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