Html Css Color HEX #55CE7A Emerald

📋 copy color: '#55CE7A'

red 85 ◦ green 206 ◦ blue 122

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

Shades of Emerald #55CE7A

Tints of Emerald #55CE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 20.58%
G = 49.88%
B = 29.54%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#55CE7A (or 0x55CE7A) is known color: Emerald. HEX triplet: 55, CE and 7A. RGB value is (85,206,122). Sum of RGB (Red+Green+Blue) = 85+206+122=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CE7A is #AA3185. Grayscale: #A0A0A0. Windows color (decimal): -11153798 or 8048213. OLE color: 8048213.

HSL color Cylindrical-coordinate representation of color #55CE7A: hue angle of 138.35º 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 #55CE7A is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 206 122 -
CMYK 0.59 0 0.41 0.19
HSL 138.35º 0.55% 0.57% -
HSV(B) 138.35º 0.59% 0.81% -
XYZ 29.33 47.48 26.03 -
YUV 160.25 106.41 74.33 -
System Red Green Blue C M Y K H S L
Decimal 85 206 122 0.59 0 0.41 0.19 138.35 0.55 0.57
Hex 55 CE 7A 3B 0 29 13 8A 37 39
Octal 125 316 172 73 0 51 23 212 67 71
Binary 1010101 11001110 1111010 111011 0 101001 10011 10001010 110111 111001

Color Harmonies of #55CE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CE7A

Black with #55CE7A

Text Example


Text Example

White with #55CE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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