Html Css Color HEX #25D85F Malachite

📋 copy color: '#25D85F'

red 37 ◦ green 216 ◦ blue 95

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

Shades of Malachite #25D85F

Tints of Malachite #25D85F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 62.07%

 BLUE value IS 95 (37.5% from 255) = 27.3%

R = 10.63%
G = 62.07%
B = 27.3%

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

#25D85F (or 0x25D85F) is known color: Malachite. HEX triplet: 25, D8 and 5F. RGB value is (37,216,95). Sum of RGB (Red+Green+Blue) = 37+216+95=348 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.63% from 348); Green value is 216 (84.77% from 255 or 62.07% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 216 - color contains mainly: green. Hex color #25D85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25D85F is #DA27A0. Grayscale: #949494. Windows color (decimal): -14296993 or 6281253. OLE color: 6281253.

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

Color convert

RGB 37 216 95 -
CMYK 0.83 0 0.56 0.15
HSL 139.44º 0.71% 0.5% -
HSV(B) 139.44º 0.83% 0.85% -
XYZ 27.38 50.33 19.1 -
YUV 148.69 97.7 48.34 -
System Red Green Blue C M Y K H S L
Decimal 37 216 95 0.83 0 0.56 0.15 139.44 0.71 0.5
Hex 25 D8 5F 53 0 38 F 8B 47 32
Octal 45 330 137 123 0 70 17 213 107 62
Binary 100101 11011000 1011111 1010011 0 111000 1111 10001011 1000111 110010

Color Harmonies of #25D85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D85F

Black with #25D85F

Text Example


Text Example

White with #25D85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,216,95); }

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

background-color css

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

 a { background-color: rgb(37,216,95); }

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

border-color css

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

 span { border-color: rgb(37,216,95); }

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