#2DF759

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

Shades of Malachite #2DF759

Tints of Malachite #2DF759

Color information

#2DF759 (or 0x2DF759) is unknown color: approx Malachite. HEX triplet: 2D, F7 and 59. RGB value is (45,247,89). Sum of RGB (Red+Green+Blue) = 45+247+89=381 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.81% from 381); Green value is 247 (96.88% from 255 or 64.83% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 247 - color contains mainly: green. Hex color #2DF759 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF759 is #D208A6. Grayscale: #A9A9A9. Windows color (decimal): -13764775 or 5895981. OLE color: 5895981.

HSL color Cylindrical-coordinate representation of color #2DF759: hue angle of 133.07º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF759 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB4524789-
CMYK0.8200.640.03
HSL133.07º92.66%57.25%-
HSV(B)133.07º81.78%96.86%-
XYZ36.1567.820.63-
YUV168.5983.0839.85-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.81%
GREEN value IS 247 (96.88% from 255) = 64.83%
BLUE value IS 89 (35.16% from 255) = 23.36%
R=11.81%
G=64.83%
B=23.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal45247890.8200.640.03133.0792.6657.25
Hex2DF759520403855d39
Octal553671311220100320513571
Binary10110111110111101100110100100100000011100001011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DF759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,247,89); }

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

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

 a { background-color: rgb(45,247,89); }

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

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

 span { border-color: rgb(45,247,89); }

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