#2FED65

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

Shades of Malachite #2FED65

Tints of Malachite #2FED65

Color information

#2FED65 (or 0x2FED65) is unknown color: approx Malachite. HEX triplet: 2F, ED and 65. RGB value is (47,237,101). Sum of RGB (Red+Green+Blue) = 47+237+101=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 237 (92.97% from 255 or 61.56% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FED65 is #D0129A. Grayscale: #A5A5A5. Windows color (decimal): -13636251 or 6679855. OLE color: 6679855.

HSL color Cylindrical-coordinate representation of color #2FED65: hue angle of 137.05º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FED65 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB47237101-
CMYK0.8000.570.07
HSL137.05º84.07%55.69%-
HSV(B)137.05º80.17%92.94%-
XYZ33.8162.1122.52-
YUV164.6992.0544.06-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.21%
GREEN value IS 237 (92.97% from 255) = 61.56%
BLUE value IS 101 (39.84% from 255) = 26.23%
R=12.21%
G=61.56%
B=26.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal472371010.8000.570.07137.0584.0755.69
Hex2FED65500397895438
Octal57355145120071721112470
Binary10111111101101110010110100000111001111100010011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FED65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FED65; }

 p { color: rgb(47,237,101); }

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

<style>
 a { background-color: #2FED65; }

 a { background-color: rgb(47,237,101); }

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

<style>
 span { border-color: #2FED65; }

 span { border-color: rgb(47,237,101); }

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