#2CFF59

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

Shades of Malachite #2CFF59

Tints of Malachite #2CFF59

Color information

#2CFF59 (or 0x2CFF59) is unknown color: approx Malachite. HEX triplet: 2C, FF and 59. RGB value is (44,255,89). Sum of RGB (Red+Green+Blue) = 44+255+89=388 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.34% from 388); Green value is 255 (100% from 255 or 65.72% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF59 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CFF59 is #D300A6. Grayscale: #ADADAD. Windows color (decimal): -13828263 or 5898028. OLE color: 5898028.

HSL color Cylindrical-coordinate representation of color #2CFF59: hue angle of 132.8º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFF59 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB4425589-
CMYK0.8300.650
HSL132.8º100%58.63%-
HSV(B)132.8º82.75%100%-
XYZ38.672.7821.46-
YUV172.9980.636-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.34%
GREEN value IS 255 (100% from 255) = 65.72%
BLUE value IS 89 (35.16% from 255) = 22.94%
R=11.34%
G=65.72%
B=22.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal44255890.8300.650132.810058.63
Hex2CFF5953041085643b
Octal543771311230101020514473
Binary1011001111111110110011010011010000010100001011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CFF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,255,89); }

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

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

 a { background-color: rgb(44,255,89); }

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

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

 span { border-color: rgb(44,255,89); }

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