#25D66A

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

Shades of Malachite #25D66A

Tints of Malachite #25D66A

Color information

#25D66A (or 0x25D66A) is unknown color: approx Malachite. HEX triplet: 25, D6 and 6A. RGB value is (37,214,106). Sum of RGB (Red+Green+Blue) = 37+214+106=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 214 (83.98% from 255 or 59.94% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 214 - color contains mainly: green. Hex color #25D66A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25D66A is #DA2995. Grayscale: #959595. Windows color (decimal): -14297494 or 7001637. OLE color: 7001637.

HSL color Cylindrical-coordinate representation of color #25D66A: hue angle of 143.39º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D66A is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB37214106-
CMYK0.8300.500.16
HSL143.39º70.52%49.22%-
HSV(B)143.39º82.71%83.92%-
XYZ27.4149.5321.75-
YUV148.76103.8648.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.36%
GREEN value IS 214 (83.98% from 255) = 59.94%
BLUE value IS 106 (41.80% from 255) = 29.69%
R=10.36%
G=59.94%
B=29.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal372141060.8300.500.16143.3970.5249.22
Hex25D66A53032108f4731
Octal453261521230622021710761
Binary1001011101011011010101010011011001010000100011111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25D66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,214,106); }

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

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

 a { background-color: rgb(37,214,106); }

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

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

 span { border-color: rgb(37,214,106); }

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