Html Css Color HEX #55F287 Emerald

📋 copy color: '#55F287'

red 85 ◦ green 242 ◦ blue 135

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

Shades of Emerald #55F287

Tints of Emerald #55F287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 29.22%

R = 18.4%
G = 52.38%
B = 29.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#55F287 (or 0x55F287) is known color: Emerald. HEX triplet: 55, F2 and 87. RGB value is (85,242,135). Sum of RGB (Red+Green+Blue) = 85+242+135=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #55F287 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F287 is #AA0D78. Grayscale: #B7B7B7. Windows color (decimal): -11144569 or 8909397. OLE color: 8909397.

HSL color Cylindrical-coordinate representation of color #55F287: hue angle of 139.11º 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 #55F287 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 242 135 -
CMYK 0.65 0 0.44 0.05
HSL 139.11º 0.86% 0.64% -
HSV(B) 139.11º 0.65% 0.95% -
XYZ 39.87 67.18 33.79 -
YUV 182.86 100.99 58.2 -
System Red Green Blue C M Y K H S L
Decimal 85 242 135 0.65 0 0.44 0.05 139.11 0.86 0.64
Hex 55 F2 87 41 0 2C 5 8B 56 40
Octal 125 362 207 101 0 54 5 213 126 100
Binary 1010101 11110010 10000111 1000001 0 101100 101 10001011 1010110 1000000

Color Harmonies of #55F287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F287

Black with #55F287

Text Example


Text Example

White with #55F287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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