Html Css Color HEX #55C67F Emerald

📋 copy color: '#55C67F'

red 85 ◦ green 198 ◦ blue 127

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

Shades of Emerald #55C67F

Tints of Emerald #55C67F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.29%

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

R = 20.73%
G = 48.29%
B = 30.98%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#55C67F (or 0x55C67F) is known color: Emerald. HEX triplet: 55, C6 and 7F. RGB value is (85,198,127). Sum of RGB (Red+Green+Blue) = 85+198+127=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 198 - color contains mainly: green. Hex color #55C67F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C67F is #AA3980. Grayscale: #9C9C9C. Windows color (decimal): -11155841 or 8373845. OLE color: 8373845.

HSL color Cylindrical-coordinate representation of color #55C67F: hue angle of 142.3º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C67F is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 198 127 -
CMYK 0.57 0 0.36 0.22
HSL 142.3º 0.5% 0.55% -
HSV(B) 142.3º 0.57% 0.78% -
XYZ 27.77 43.85 27.08 -
YUV 156.12 111.56 77.27 -
System Red Green Blue C M Y K H S L
Decimal 85 198 127 0.57 0 0.36 0.22 142.3 0.5 0.55
Hex 55 C6 7F 39 0 24 16 8E 32 37
Octal 125 306 177 71 0 44 26 216 62 67
Binary 1010101 11000110 1111111 111001 0 100100 10110 10001110 110010 110111

Color Harmonies of #55C67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C67F

Black with #55C67F

Text Example


Text Example

White with #55C67F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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