Html Css Color HEX #55CB75 Emerald

📋 copy color: '#55CB75'

red 85 ◦ green 203 ◦ blue 117

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

Shades of Emerald #55CB75

Tints of Emerald #55CB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.89%

R = 20.99%
G = 50.12%
B = 28.89%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#55CB75 (or 0x55CB75) is known color: Emerald. HEX triplet: 55, CB and 75. RGB value is (85,203,117). Sum of RGB (Red+Green+Blue) = 85+203+117=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CB75 is #AA348A. Grayscale: #9E9E9E. Windows color (decimal): -11154571 or 7719765. OLE color: 7719765.

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

Color convert

RGB 85 203 117 -
CMYK 0.58 0 0.42 0.20
HSL 136.27º 0.53% 0.56% -
HSV(B) 136.27º 0.58% 0.8% -
XYZ 28.31 45.93 24.2 -
YUV 157.91 104.91 75.99 -
System Red Green Blue C M Y K H S L
Decimal 85 203 117 0.58 0 0.42 0.20 136.27 0.53 0.56
Hex 55 CB 75 3A 0 2A 14 88 35 38
Octal 125 313 165 72 0 52 24 210 65 70
Binary 1010101 11001011 1110101 111010 0 101010 10100 10001000 110101 111000

Color Harmonies of #55CB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CB75

Black with #55CB75

Text Example


Text Example

White with #55CB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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