Html Css Color HEX #55CB83 Emerald

📋 copy color: '#55CB83'

red 85 ◦ green 203 ◦ blue 131

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

Shades of Emerald #55CB83

Tints of Emerald #55CB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.26%

R = 20.29%
G = 48.45%
B = 31.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#55CB83 (or 0x55CB83) is known color: Emerald. HEX triplet: 55, CB and 83. RGB value is (85,203,131). Sum of RGB (Red+Green+Blue) = 85+203+131=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CB83 is #AA347C. Grayscale: #9F9F9F. Windows color (decimal): -11154557 or 8637269. OLE color: 8637269.

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

Color convert

RGB 85 203 131 -
CMYK 0.58 0 0.35 0.20
HSL 143.39º 0.53% 0.56% -
HSV(B) 143.39º 0.58% 0.8% -
XYZ 29.2 46.28 28.87 -
YUV 159.51 111.91 74.85 -
System Red Green Blue C M Y K H S L
Decimal 85 203 131 0.58 0 0.35 0.20 143.39 0.53 0.56
Hex 55 CB 83 3A 0 23 14 8F 35 38
Octal 125 313 203 72 0 43 24 217 65 70
Binary 1010101 11001011 10000011 111010 0 100011 10100 10001111 110101 111000

Color Harmonies of #55CB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CB83

Black with #55CB83

Text Example


Text Example

White with #55CB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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