Html Css Color HEX #55F48B Emerald

📋 copy color: '#55F48B'

red 85 ◦ green 244 ◦ blue 139

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

Shades of Emerald #55F48B

Tints of Emerald #55F48B

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.14%

 BLUE value IS 139 (54.69% from 255) = 29.7%

R = 18.16%
G = 52.14%
B = 29.7%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#55F48B (or 0x55F48B) is known color: Emerald. HEX triplet: 55, F4 and 8B. RGB value is (85,244,139). Sum of RGB (Red+Green+Blue) = 85+244+139=468 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.16% from 468); Green value is 244 (95.70% from 255 or 52.14% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 244 - color contains mainly: green. Hex color #55F48B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F48B is #AA0B74. Grayscale: #B8B8B8. Windows color (decimal): -11144053 or 9172053. OLE color: 9172053.

HSL color Cylindrical-coordinate representation of color #55F48B: hue angle of 140.38º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F48B is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 244 139 -
CMYK 0.65 0 0.43 0.04
HSL 140.38º 0.88% 0.65% -
HSV(B) 140.38º 0.65% 0.96% -
XYZ 40.76 68.5 35.5 -
YUV 184.49 102.32 57.04 -
System Red Green Blue C M Y K H S L
Decimal 85 244 139 0.65 0 0.43 0.04 140.38 0.88 0.65
Hex 55 F4 8B 41 0 2B 4 8C 58 41
Octal 125 364 213 101 0 53 4 214 130 101
Binary 1010101 11110100 10001011 1000001 0 101011 100 10001100 1011000 1000001

Color Harmonies of #55F48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F48B

Black with #55F48B

Text Example


Text Example

White with #55F48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,244,139); }

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

background-color css

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

 a { background-color: rgb(85,244,139); }

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

border-color css

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

 span { border-color: rgb(85,244,139); }

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