Html Css Color HEX #25D960 Malachite

📋 copy color: '#25D960'

red 37 ◦ green 217 ◦ blue 96

#25D960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #25D960

Tints of Malachite #25D960

RGB

 RED value IS 37 (14.84% from 255) = 10.57%

 GREEN value IS 217 (85.16% from 255) = 62%

 BLUE value IS 96 (37.89% from 255) = 27.43%

R = 10.57%
G = 62%
B = 27.43%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#25D960 (or 0x25D960) is known color: Malachite. HEX triplet: 25, D9 and 60. RGB value is (37,217,96). Sum of RGB (Red+Green+Blue) = 37+217+96=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 217 (85.16% from 255 or 62% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 217 - color contains mainly: green. Hex color #25D960 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25D960 is #DA269F. Grayscale: #959595. Windows color (decimal): -14296736 or 6347045. OLE color: 6347045.

HSL color Cylindrical-coordinate representation of color #25D960: hue angle of 139.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D960 is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 217 96 -
CMYK 0.83 0 0.56 0.15
HSL 139.67º 0.71% 0.5% -
HSV(B) 139.67º 0.83% 0.85% -
XYZ 27.69 50.86 19.42 -
YUV 149.39 97.87 47.84 -
System Red Green Blue C M Y K H S L
Decimal 37 217 96 0.83 0 0.56 0.15 139.67 0.71 0.5
Hex 25 D9 60 53 0 38 F 8C 47 32
Octal 45 331 140 123 0 70 17 214 107 62
Binary 100101 11011001 1100000 1010011 0 111000 1111 10001100 1000111 110010

Color Harmonies of #25D960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D960

Black with #25D960

Text Example


Text Example

White with #25D960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,217,96); }

 H1.HeaderClassName
 {
   color: #25D960;
 }
 .AnyTagClassName
 {
   color: #25D960;
 }
</style>

background-color css

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

 a { background-color: rgb(37,217,96); }

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

border-color css

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

 span { border-color: rgb(37,217,96); }

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