Html Css Color HEX #55EF8F Emerald

📋 copy color: '#55EF8F'

red 85 ◦ green 239 ◦ blue 143

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

Shades of Emerald #55EF8F

Tints of Emerald #55EF8F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.18%

 BLUE value IS 143 (56.25% from 255) = 30.62%

R = 18.2%
G = 51.18%
B = 30.62%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#55EF8F (or 0x55EF8F) is known color: Emerald. HEX triplet: 55, EF and 8F. RGB value is (85,239,143). Sum of RGB (Red+Green+Blue) = 85+239+143=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #55EF8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EF8F is #AA1070. Grayscale: #B6B6B6. Windows color (decimal): -11145329 or 9432917. OLE color: 9432917.

HSL color Cylindrical-coordinate representation of color #55EF8F: hue angle of 142.6º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EF8F is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 239 143 -
CMYK 0.64 0 0.40 0.06
HSL 142.6º 0.83% 0.64% -
HSV(B) 142.6º 0.64% 0.94% -
XYZ 39.57 65.65 36.57 -
YUV 182.01 105.98 58.81 -
System Red Green Blue C M Y K H S L
Decimal 85 239 143 0.64 0 0.40 0.06 142.6 0.83 0.64
Hex 55 EF 8F 40 0 28 6 8F 53 40
Octal 125 357 217 100 0 50 6 217 123 100
Binary 1010101 11101111 10001111 1000000 0 101000 110 10001111 1010011 1000000

Color Harmonies of #55EF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EF8F

Black with #55EF8F

Text Example


Text Example

White with #55EF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,239,143); }

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

background-color css

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

 a { background-color: rgb(85,239,143); }

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

border-color css

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

 span { border-color: rgb(85,239,143); }

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