Html Css Color HEX #55CB73 Emerald

📋 copy color: '#55CB73'

red 85 ◦ green 203 ◦ blue 115

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

Shades of Emerald #55CB73

Tints of Emerald #55CB73

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.37%

 BLUE value IS 115 (45.31% from 255) = 28.54%

R = 21.09%
G = 50.37%
B = 28.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#55CB73 (or 0x55CB73) is known color: Emerald. HEX triplet: 55, CB and 73. RGB value is (85,203,115). Sum of RGB (Red+Green+Blue) = 85+203+115=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CB73 is #AA348C. Grayscale: #9D9D9D. Windows color (decimal): -11154573 or 7588693. OLE color: 7588693.

HSL color Cylindrical-coordinate representation of color #55CB73: hue angle of 135.25º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CB73 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 203 115 -
CMYK 0.58 0 0.43 0.20
HSL 135.25º 0.53% 0.56% -
HSV(B) 135.25º 0.58% 0.8% -
XYZ 28.2 45.88 23.59 -
YUV 157.69 103.91 76.16 -
System Red Green Blue C M Y K H S L
Decimal 85 203 115 0.58 0 0.43 0.20 135.25 0.53 0.56
Hex 55 CB 73 3A 0 2B 14 87 35 38
Octal 125 313 163 72 0 53 24 207 65 70
Binary 1010101 11001011 1110011 111010 0 101011 10100 10000111 110101 111000

Color Harmonies of #55CB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CB73

Black with #55CB73

Text Example


Text Example

White with #55CB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,203,115); }

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

background-color css

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

 a { background-color: rgb(85,203,115); }

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

border-color css

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

 span { border-color: rgb(85,203,115); }

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