Html Css Color HEX #25F950 Malachite

📋 copy color: '#25F950'

red 37 ◦ green 249 ◦ blue 80

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

Shades of Malachite #25F950

Tints of Malachite #25F950

RGB

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

 GREEN value IS 249 (97.66% from 255) = 68.03%

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

R = 10.11%
G = 68.03%
B = 21.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#25F950 (or 0x25F950) is known color: Malachite. HEX triplet: 25, F9 and 50. RGB value is (37,249,80). Sum of RGB (Red+Green+Blue) = 37+249+80=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 249 (97.66% from 255 or 68.03% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 249 - color contains mainly: green. Hex color #25F950 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #25F950 is #DA06AF. Grayscale: #A6A6A6. Windows color (decimal): -14288560 or 5306661. OLE color: 5306661.

HSL color Cylindrical-coordinate representation of color #25F950: hue angle of 132.17º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F950 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 249 80 -
CMYK 0.85 0 0.68 0.02
HSL 132.17º 0.95% 0.56% -
HSV(B) 132.17º 0.85% 0.98% -
XYZ 36.09 68.72 18.95 -
YUV 166.35 79.26 35.74 -
System Red Green Blue C M Y K H S L
Decimal 37 249 80 0.85 0 0.68 0.02 132.17 0.95 0.56
Hex 25 F9 50 55 0 44 2 84 5F 38
Octal 45 371 120 125 0 104 2 204 137 70
Binary 100101 11111001 1010000 1010101 0 1000100 10 10000100 1011111 111000

Color Harmonies of #25F950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F950

Black with #25F950

Text Example


Text Example

White with #25F950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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