Html Css Color HEX #55D66F Emerald

📋 copy color: '#55D66F'

red 85 ◦ green 214 ◦ blue 111

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

Shades of Emerald #55D66F

Tints of Emerald #55D66F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.07%

R = 20.73%
G = 52.2%
B = 27.07%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#55D66F (or 0x55D66F) is known color: Emerald. HEX triplet: 55, D6 and 6F. RGB value is (85,214,111). Sum of RGB (Red+Green+Blue) = 85+214+111=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 214 (83.98% from 255 or 52.20% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 214 - color contains mainly: green. Hex color #55D66F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D66F is #AA2990. Grayscale: #A3A3A3. Windows color (decimal): -11151761 or 7329365. OLE color: 7329365.

HSL color Cylindrical-coordinate representation of color #55D66F: hue angle of 132.09º 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 #55D66F is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 214 111 -
CMYK 0.60 0 0.48 0.16
HSL 132.09º 0.61% 0.59% -
HSV(B) 132.09º 0.6% 0.84% -
XYZ 30.66 51.17 23.3 -
YUV 163.69 98.26 71.88 -
System Red Green Blue C M Y K H S L
Decimal 85 214 111 0.60 0 0.48 0.16 132.09 0.61 0.59
Hex 55 D6 6F 3C 0 30 10 84 3D 3B
Octal 125 326 157 74 0 60 20 204 75 73
Binary 1010101 11010110 1101111 111100 0 110000 10000 10000100 111101 111011

Color Harmonies of #55D66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D66F

Black with #55D66F

Text Example


Text Example

White with #55D66F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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