#08ef4d

Color #08EF4D Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #08EF4D

Tints of Malachite #08EF4D

Color information

#08EF4D (or 0x08EF4D) is unknown color: approx Malachite. HEX triplet: 08, EF and 4D. RGB value is (8,239,77). Sum of RGB (Red+Green+Blue) = 8+239+77=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 239 (93.75% from 255 or 73.77% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 239 - color contains mainly: green. Hex color #08EF4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08EF4D is #F710B2. Grayscale: #979797. Windows color (decimal): -16191667 or 5107464. OLE color: 5107464.

HSL color Cylindrical-coordinate representation of color #08EF4D: hue angle of 137.92º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08EF4D is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB823977-
CMYK0.9700.680.06
HSL137.92º93.52%48.43%-
HSV(B)137.92º96.65%93.73%-
XYZ32.3162.3217.35-
YUV151.4685.9725.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.47%
GREEN value IS 239 (93.75% from 255) = 73.77%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=2.47%
G=73.77%
B=23.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal8239770.9700.680.06137.9293.5248.43
Hex8EF4D6104468a5e30
Octal103571151410104621213660
Binary1000111011111001101110000101000100110100010101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08ef4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08ef4d; }

 p { color: rgb(8,239,77); }

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

<style>
 a { background-color: #08ef4d; }

 a { background-color: rgb(8,239,77); }

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

<style>
 span { border-color: #08ef4d; }

 span { border-color: rgb(8,239,77); }

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