#25DC70

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

Shades of Malachite #25DC70

Tints of Malachite #25DC70

Color information

#25DC70 (or 0x25DC70) is unknown color: approx Malachite. HEX triplet: 25, DC and 70. RGB value is (37,220,112). Sum of RGB (Red+Green+Blue) = 37+220+112=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 220 (86.33% from 255 or 59.62% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 220 - color contains mainly: green. Hex color #25DC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25DC70 is #DA238F. Grayscale: #999999. Windows color (decimal): -14295952 or 7396389. OLE color: 7396389.

HSL color Cylindrical-coordinate representation of color #25DC70: hue angle of 144.59º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DC70 is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB37220112-
CMYK0.8300.490.14
HSL144.59º72.33%50.39%-
HSV(B)144.59º83.18%86.27%-
XYZ29.2852.7523.97-
YUV152.97104.8745.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.03%
GREEN value IS 220 (86.33% from 255) = 59.62%
BLUE value IS 112 (44.14% from 255) = 30.35%
R=10.03%
G=59.62%
B=30.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal372201120.8300.490.14144.5972.3350.39
Hex25DC7053031E914832
Octal453341601230611622111062
Binary100101110111001110000101001101100011110100100011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25DC70; }

 p { color: rgb(37,220,112); }

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

<style>
 a { background-color: #25DC70; }

 a { background-color: rgb(37,220,112); }

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

<style>
 span { border-color: #25DC70; }

 span { border-color: rgb(37,220,112); }

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