Html Css Color HEX #25BD50 Malachite

📋 copy color: '#25BD50'

red 37 ◦ green 189 ◦ blue 80

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

Shades of Malachite #25BD50

Tints of Malachite #25BD50

RGB

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

 GREEN value IS 189 (74.22% from 255) = 61.76%

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

R = 12.09%
G = 61.76%
B = 26.14%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#25BD50 (or 0x25BD50) is known color: Malachite. HEX triplet: 25, BD and 50. RGB value is (37,189,80). Sum of RGB (Red+Green+Blue) = 37+189+80=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 189 (74.22% from 255 or 61.76% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 189 - color contains mainly: green. Hex color #25BD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25BD50 is #DA42AF. Grayscale: #838383. Windows color (decimal): -14303920 or 5291301. OLE color: 5291301.

HSL color Cylindrical-coordinate representation of color #25BD50: hue angle of 136.97º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BD50 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 189 80 -
CMYK 0.80 0 0.58 0.26
HSL 136.97º 0.67% 0.44% -
HSV(B) 136.97º 0.8% 0.74% -
XYZ 20.41 37.37 13.73 -
YUV 131.13 99.14 60.86 -
System Red Green Blue C M Y K H S L
Decimal 37 189 80 0.80 0 0.58 0.26 136.97 0.67 0.44
Hex 25 BD 50 50 0 3A 1A 89 43 2C
Octal 45 275 120 120 0 72 32 211 103 54
Binary 100101 10111101 1010000 1010000 0 111010 11010 10001001 1000011 101100

Color Harmonies of #25BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BD50

Black with #25BD50

Text Example


Text Example

White with #25BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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