Html Css Color HEX #55C17D Emerald

📋 copy color: '#55C17D'

red 85 ◦ green 193 ◦ blue 125

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

Shades of Emerald #55C17D

Tints of Emerald #55C17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.02%

R = 21.09%
G = 47.89%
B = 31.02%

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

#55C17D (or 0x55C17D) is known color: Emerald. HEX triplet: 55, C1 and 7D. RGB value is (85,193,125). Sum of RGB (Red+Green+Blue) = 85+193+125=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #55C17D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C17D is #AA3E82. Grayscale: #999999. Windows color (decimal): -11157123 or 8241493. OLE color: 8241493.

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

Color convert

RGB 85 193 125 -
CMYK 0.56 0 0.35 0.24
HSL 142.22º 0.47% 0.55% -
HSV(B) 142.22º 0.56% 0.76% -
XYZ 26.52 41.55 26.02 -
YUV 152.96 112.22 79.53 -
System Red Green Blue C M Y K H S L
Decimal 85 193 125 0.56 0 0.35 0.24 142.22 0.47 0.55
Hex 55 C1 7D 38 0 23 18 8E 2F 37
Octal 125 301 175 70 0 43 30 216 57 67
Binary 1010101 11000001 1111101 111000 0 100011 11000 10001110 101111 110111

Color Harmonies of #55C17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C17D

Black with #55C17D

Text Example


Text Example

White with #55C17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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