#8EEF52

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

Shades of Conifer #8EEF52

Tints of Conifer #8EEF52

Color information

#8EEF52 (or 0x8EEF52) is unknown color: approx Conifer. HEX triplet: 8E, EF and 52. RGB value is (142,239,82). Sum of RGB (Red+Green+Blue) = 142+239+82=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 239 (93.75% from 255 or 51.62% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 239 - color contains mainly: green. Hex color #8EEF52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EEF52 is #7110AD. Grayscale: #C0C0C0. Windows color (decimal): -7409838 or 5435278. OLE color: 5435278.

HSL color Cylindrical-coordinate representation of color #8EEF52: hue angle of 97.07º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8EEF52 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB14223982-
CMYK0.4100.660.06
HSL97.07º83.07%62.94%-
HSV(B)97.07º65.69%93.73%-
XYZ43.5468.0918.83-
YUV192.165.8692.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.67%
GREEN value IS 239 (93.75% from 255) = 51.62%
BLUE value IS 82 (32.42% from 255) = 17.71%
R=30.67%
G=51.62%
B=17.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal142239820.4100.660.0697.0783.0762.94
Hex8EEF5229042661533f
Octal216357122510102614112377
Binary100011101110111110100101010010100001011011000011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,239,82); }

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

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

 a { background-color: rgb(142,239,82); }

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

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

 span { border-color: rgb(142,239,82); }

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