#2DF669

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

Shades of Malachite #2DF669

Tints of Malachite #2DF669

Color information

#2DF669 (or 0x2DF669) is unknown color: approx Malachite. HEX triplet: 2D, F6 and 69. RGB value is (45,246,105). Sum of RGB (Red+Green+Blue) = 45+246+105=396 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.36% from 396); Green value is 246 (96.48% from 255 or 62.12% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 246 - color contains mainly: green. Hex color #2DF669 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF669 is #D20996. Grayscale: #AAAAAA. Windows color (decimal): -13765015 or 6944301. OLE color: 6944301.

HSL color Cylindrical-coordinate representation of color #2DF669: hue angle of 137.91º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF669 is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB45246105-
CMYK0.8200.570.04
HSL137.91º91.78%57.06%-
HSV(B)137.91º81.71%96.47%-
XYZ36.5967.4924.46-
YUV169.8391.4138.96-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.36%
GREEN value IS 246 (96.48% from 255) = 62.12%
BLUE value IS 105 (41.41% from 255) = 26.52%
R=11.36%
G=62.12%
B=26.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal452461050.8200.570.04137.9191.7857.06
Hex2DF6695203948a5c39
Octal55366151122071421213471
Binary10110111110110110100110100100111001100100010101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DF669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,246,105); }

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

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

 a { background-color: rgb(45,246,105); }

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

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

 span { border-color: rgb(45,246,105); }

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