#55F092

Color #55F092 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #55F092

Tints of Emerald #55F092

Color information

#55F092 (or 0x55F092) is unknown color: approx Emerald. HEX triplet: 55, F0 and 92. RGB value is (85,240,146). Sum of RGB (Red+Green+Blue) = 85+240+146=471 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.05% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #55F092 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F092 is #AA0F6D. Grayscale: #B7B7B7. Windows color (decimal): -11145070 or 9629781. OLE color: 9629781.

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

Color convert

RGB85240146-
CMYK0.6500.390.06
HSL143.61º83.78%63.73%-
HSV(B)143.61º64.58%94.12%-
XYZ40.0966.3337.88-
YUV182.94107.1558.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.05%
GREEN value IS 240 (94.14% from 255) = 50.96%
BLUE value IS 146 (57.42% from 255) = 31.00%
R=18.05%
G=50.96%
B=31.00%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal852401460.6500.390.06143.6183.7863.73
Hex55F092410276905440
Octal1253602221010476220124100
Binary10101011111000010010010100000101001111101001000010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,240,146); }

 H1.HeaderClassName
 {
   color: #55F092;
 }
 .AnyTagClassName
 {
   color: #55F092;
 }
</style>
background-color css

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

 a { background-color: rgb(85,240,146); }

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

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

 span { border-color: rgb(85,240,146); }

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