Html Css Color HEX #55CD7B Emerald

📋 copy color: '#55CD7B'

red 85 ◦ green 205 ◦ blue 123

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

Shades of Emerald #55CD7B

Tints of Emerald #55CD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.78%

R = 20.58%
G = 49.64%
B = 29.78%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#55CD7B (or 0x55CD7B) is known color: Emerald. HEX triplet: 55, CD and 7B. RGB value is (85,205,123). Sum of RGB (Red+Green+Blue) = 85+205+123=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #55CD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CD7B is #AA3284. Grayscale: #9F9F9F. Windows color (decimal): -11154053 or 8113493. OLE color: 8113493.

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

Color convert

RGB 85 205 123 -
CMYK 0.59 0 0.4 0.20
HSL 139º 0.55% 0.57% -
HSV(B) 139º 0.59% 0.8% -
XYZ 29.15 47.02 26.28 -
YUV 159.77 107.24 74.67 -
System Red Green Blue C M Y K H S L
Decimal 85 205 123 0.59 0 0.4 0.20 139 0.55 0.57
Hex 55 CD 7B 3B 0 28 14 8B 37 39
Octal 125 315 173 73 0 50 24 213 67 71
Binary 1010101 11001101 1111011 111011 0 101000 10100 10001011 110111 111001

Color Harmonies of #55CD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CD7B

Black with #55CD7B

Text Example


Text Example

White with #55CD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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