#8EF550

Color #8EF550 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #8EF550

Tints of Conifer #8EF550

Color information

#8EF550 (or 0x8EF550) is unknown color: approx Conifer. HEX triplet: 8E, F5 and 50. RGB value is (142,245,80). Sum of RGB (Red+Green+Blue) = 142+245+80=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 245 (96.09% from 255 or 52.46% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 245 - color contains mainly: green. Hex color #8EF550 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF550 is #710AAF. Grayscale: #C3C3C3. Windows color (decimal): -7408304 or 5305742. OLE color: 5305742.

HSL color Cylindrical-coordinate representation of color #8EF550: hue angle of 97.45º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8EF550 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB14224580-
CMYK0.4200.670.04
HSL97.45º89.19%63.73%-
HSV(B)97.45º67.35%96.08%-
XYZ45.2671.6319.03-
YUV195.3962.8889.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.41%
GREEN value IS 245 (96.09% from 255) = 52.46%
BLUE value IS 80 (31.64% from 255) = 17.13%
R=30.41%
G=52.46%
B=17.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal142245800.4200.670.0497.4589.1963.73
Hex8EF5502A0434615940
Octal2163651205201034141131100
Binary1000111011110101101000010101001000011100110000110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EF550; }

 p { color: rgb(142,245,80); }

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

<style>
 a { background-color: #8EF550; }

 a { background-color: rgb(142,245,80); }

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

<style>
 span { border-color: #8EF550; }

 span { border-color: rgb(142,245,80); }

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