Html Css Color HEX #25D950 Malachite

📋 copy color: '#25D950'

red 37 ◦ green 217 ◦ blue 80

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

Shades of Malachite #25D950

Tints of Malachite #25D950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.95%

R = 11.08%
G = 64.97%
B = 23.95%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#25D950 (or 0x25D950) is known color: Malachite. HEX triplet: 25, D9 and 50. RGB value is (37,217,80). Sum of RGB (Red+Green+Blue) = 37+217+80=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 217 (85.16% from 255 or 64.97% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 217 - color contains mainly: green. Hex color #25D950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25D950 is #DA26AF. Grayscale: #939393. Windows color (decimal): -14296752 or 5298469. OLE color: 5298469.

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

Color convert

RGB 37 217 80 -
CMYK 0.83 0 0.63 0.15
HSL 134.33º 0.71% 0.5% -
HSV(B) 134.33º 0.83% 0.85% -
XYZ 27.02 50.6 15.93 -
YUV 147.56 89.87 49.14 -
System Red Green Blue C M Y K H S L
Decimal 37 217 80 0.83 0 0.63 0.15 134.33 0.71 0.5
Hex 25 D9 50 53 0 3F F 86 47 32
Octal 45 331 120 123 0 77 17 206 107 62
Binary 100101 11011001 1010000 1010011 0 111111 1111 10000110 1000111 110010

Color Harmonies of #25D950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D950

Black with #25D950

Text Example


Text Example

White with #25D950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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