Html Css Color HEX #55D665 Emerald

📋 copy color: '#55D665'

red 85 ◦ green 214 ◦ blue 101

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

Shades of Emerald #55D665

Tints of Emerald #55D665

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.5%

 BLUE value IS 101 (39.84% from 255) = 25.25%

R = 21.25%
G = 53.5%
B = 25.25%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#55D665 (or 0x55D665) is known color: Emerald. HEX triplet: 55, D6 and 65. RGB value is (85,214,101). Sum of RGB (Red+Green+Blue) = 85+214+101=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 214 (83.98% from 255 or 53.5% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 214 - color contains mainly: green. Hex color #55D665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D665 is #AA299A. Grayscale: #A2A2A2. Windows color (decimal): -11151771 or 6674005. OLE color: 6674005.

HSL color Cylindrical-coordinate representation of color #55D665: hue angle of 127.44º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D665 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 214 101 -
CMYK 0.60 0 0.53 0.16
HSL 127.44º 0.61% 0.59% -
HSV(B) 127.44º 0.6% 0.84% -
XYZ 30.14 50.96 20.56 -
YUV 162.55 93.26 72.69 -
System Red Green Blue C M Y K H S L
Decimal 85 214 101 0.60 0 0.53 0.16 127.44 0.61 0.59
Hex 55 D6 65 3C 0 35 10 7F 3D 3B
Octal 125 326 145 74 0 65 20 177 75 73
Binary 1010101 11010110 1100101 111100 0 110101 10000 1111111 111101 111011

Color Harmonies of #55D665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D665

Black with #55D665

Text Example


Text Example

White with #55D665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,214,101); }

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

background-color css

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

 a { background-color: rgb(85,214,101); }

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

border-color css

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

 span { border-color: rgb(85,214,101); }

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