Html Css Color HEX #55CD6D Emerald

📋 copy color: '#55CD6D'

red 85 ◦ green 205 ◦ blue 109

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

Shades of Emerald #55CD6D

Tints of Emerald #55CD6D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.38%

 BLUE value IS 109 (42.97% from 255) = 27.32%

R = 21.3%
G = 51.38%
B = 27.32%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#55CD6D (or 0x55CD6D) is known color: Emerald. HEX triplet: 55, CD and 6D. RGB value is (85,205,109). Sum of RGB (Red+Green+Blue) = 85+205+109=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #55CD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CD6D is #AA3292. Grayscale: #9E9E9E. Windows color (decimal): -11154067 or 7195989. OLE color: 7195989.

HSL color Cylindrical-coordinate representation of color #55CD6D: hue angle of 132º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CD6D is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 205 109 -
CMYK 0.59 0 0.47 0.20
HSL 132º 0.55% 0.57% -
HSV(B) 132º 0.59% 0.8% -
XYZ 28.34 46.7 21.99 -
YUV 158.18 100.24 75.81 -
System Red Green Blue C M Y K H S L
Decimal 85 205 109 0.59 0 0.47 0.20 132 0.55 0.57
Hex 55 CD 6D 3B 0 2F 14 84 37 39
Octal 125 315 155 73 0 57 24 204 67 71
Binary 1010101 11001101 1101101 111011 0 101111 10100 10000100 110111 111001

Color Harmonies of #55CD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CD6D

Black with #55CD6D

Text Example


Text Example

White with #55CD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,205,109); }

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

background-color css

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

 a { background-color: rgb(85,205,109); }

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

border-color css

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

 span { border-color: rgb(85,205,109); }

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