Html Css Color HEX #55F994 Emerald

📋 copy color: '#55F994'

red 85 ◦ green 249 ◦ blue 148

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

Shades of Emerald #55F994

Tints of Emerald #55F994

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.66%

 BLUE value IS 148 (58.2% from 255) = 30.71%

R = 17.63%
G = 51.66%
B = 30.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#55F994 (or 0x55F994) is known color: Emerald. HEX triplet: 55, F9 and 94. RGB value is (85,249,148). Sum of RGB (Red+Green+Blue) = 85+249+148=482 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.63% from 482); Green value is 249 (97.66% from 255 or 51.66% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 249 - color contains mainly: green. Hex color #55F994 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F994 is #AA066B. Grayscale: #BCBCBC. Windows color (decimal): -11142764 or 9763157. OLE color: 9763157.

HSL color Cylindrical-coordinate representation of color #55F994: hue angle of 143.05º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F994 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 249 148 -
CMYK 0.66 0 0.41 0.02
HSL 143.05º 0.93% 0.65% -
HSV(B) 143.05º 0.66% 0.98% -
XYZ 42.97 71.82 39.62 -
YUV 188.45 105.17 54.21 -
System Red Green Blue C M Y K H S L
Decimal 85 249 148 0.66 0 0.41 0.02 143.05 0.93 0.65
Hex 55 F9 94 42 0 29 2 8F 5D 41
Octal 125 371 224 102 0 51 2 217 135 101
Binary 1010101 11111001 10010100 1000010 0 101001 10 10001111 1011101 1000001

Color Harmonies of #55F994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F994

Black with #55F994

Text Example


Text Example

White with #55F994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,249,148); }

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

background-color css

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

 a { background-color: rgb(85,249,148); }

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

border-color css

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

 span { border-color: rgb(85,249,148); }

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