Html Css Color HEX #55F28B Emerald

📋 copy color: '#55F28B'

red 85 ◦ green 242 ◦ blue 139

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

Shades of Emerald #55F28B

Tints of Emerald #55F28B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.93%

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

R = 18.24%
G = 51.93%
B = 29.83%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#55F28B (or 0x55F28B) is known color: Emerald. HEX triplet: 55, F2 and 8B. RGB value is (85,242,139). Sum of RGB (Red+Green+Blue) = 85+242+139=466 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.24% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #55F28B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F28B is #AA0D74. Grayscale: #B7B7B7. Windows color (decimal): -11144565 or 9171541. OLE color: 9171541.

HSL color Cylindrical-coordinate representation of color #55F28B: hue angle of 140.64º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F28B is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 242 139 -
CMYK 0.65 0 0.43 0.05
HSL 140.64º 0.86% 0.64% -
HSV(B) 140.64º 0.65% 0.95% -
XYZ 40.16 67.3 35.3 -
YUV 183.32 102.99 57.88 -
System Red Green Blue C M Y K H S L
Decimal 85 242 139 0.65 0 0.43 0.05 140.64 0.86 0.64
Hex 55 F2 8B 41 0 2B 5 8D 56 40
Octal 125 362 213 101 0 53 5 215 126 100
Binary 1010101 11110010 10001011 1000001 0 101011 101 10001101 1010110 1000000

Color Harmonies of #55F28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F28B

Black with #55F28B

Text Example


Text Example

White with #55F28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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