Html Css Color HEX #55CE6D Emerald

📋 copy color: '#55CE6D'

red 85 ◦ green 206 ◦ blue 109

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

Shades of Emerald #55CE6D

Tints of Emerald #55CE6D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 51.5%

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

R = 21.25%
G = 51.5%
B = 27.25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#55CE6D (or 0x55CE6D) is known color: Emerald. HEX triplet: 55, CE and 6D. RGB value is (85,206,109). Sum of RGB (Red+Green+Blue) = 85+206+109=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CE6D is #AA3192. Grayscale: #9F9F9F. Windows color (decimal): -11153811 or 7196245. OLE color: 7196245.

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

Color convert

RGB 85 206 109 -
CMYK 0.59 0 0.47 0.19
HSL 131.9º 0.55% 0.57% -
HSV(B) 131.9º 0.59% 0.81% -
XYZ 28.58 47.18 22.07 -
YUV 158.76 99.91 75.39 -
System Red Green Blue C M Y K H S L
Decimal 85 206 109 0.59 0 0.47 0.19 131.9 0.55 0.57
Hex 55 CE 6D 3B 0 2F 13 84 37 39
Octal 125 316 155 73 0 57 23 204 67 71
Binary 1010101 11001110 1101101 111011 0 101111 10011 10000100 110111 111001

Color Harmonies of #55CE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CE6D

Black with #55CE6D

Text Example


Text Example

White with #55CE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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