Html Css Color HEX #25C960 Malachite

📋 copy color: '#25C960'

red 37 ◦ green 201 ◦ blue 96

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

Shades of Malachite #25C960

Tints of Malachite #25C960

RGB

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

 GREEN value IS 201 (78.91% from 255) = 60.18%

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

R = 11.08%
G = 60.18%
B = 28.74%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#25C960 (or 0x25C960) is known color: Malachite. HEX triplet: 25, C9 and 60. RGB value is (37,201,96). Sum of RGB (Red+Green+Blue) = 37+201+96=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 201 (78.91% from 255 or 60.18% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 201 - color contains mainly: green. Hex color #25C960 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25C960 is #DA369F. Grayscale: #8C8C8C. Windows color (decimal): -14300832 or 6342949. OLE color: 6342949.

HSL color Cylindrical-coordinate representation of color #25C960: hue angle of 141.59º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25C960 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 201 96 -
CMYK 0.82 0 0.52 0.21
HSL 141.59º 0.69% 0.47% -
HSV(B) 141.59º 0.82% 0.79% -
XYZ 23.76 43.01 18.12 -
YUV 139.99 103.17 54.54 -
System Red Green Blue C M Y K H S L
Decimal 37 201 96 0.82 0 0.52 0.21 141.59 0.69 0.47
Hex 25 C9 60 52 0 34 15 8E 45 2F
Octal 45 311 140 122 0 64 25 216 105 57
Binary 100101 11001001 1100000 1010010 0 110100 10101 10001110 1000101 101111

Color Harmonies of #25C960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C960

Black with #25C960

Text Example


Text Example

White with #25C960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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