#25DB75

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

Shades of Malachite #25DB75

Tints of Malachite #25DB75

Color information

#25DB75 (or 0x25DB75) is unknown color: approx Malachite. HEX triplet: 25, DB and 75. RGB value is (37,219,117). Sum of RGB (Red+Green+Blue) = 37+219+117=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 219 (85.94% from 255 or 58.71% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 219 - color contains mainly: green. Hex color #25DB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25DB75 is #DA248A. Grayscale: #999999. Windows color (decimal): -14296203 or 7723813. OLE color: 7723813.

HSL color Cylindrical-coordinate representation of color #25DB75: hue angle of 146.37º 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 #25DB75 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB37219117-
CMYK0.8300.470.14
HSL146.37º71.65%50.2%-
HSV(B)146.37º83.11%85.88%-
XYZ29.3152.3425.39-
YUV152.95107.745.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.92%
GREEN value IS 219 (85.94% from 255) = 58.71%
BLUE value IS 117 (46.09% from 255) = 31.37%
R=9.92%
G=58.71%
B=31.37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal372191170.8300.470.14146.3771.6550.2
Hex25DB755302FE924832
Octal453331651230571622211062
Binary100101110110111110101101001101011111110100100101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,219,117); }

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

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

 a { background-color: rgb(37,219,117); }

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

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

 span { border-color: rgb(37,219,117); }

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