Html Css Color HEX #25F24A Malachite

📋 copy color: '#25F24A'

red 37 ◦ green 242 ◦ blue 74

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

Shades of Malachite #25F24A

Tints of Malachite #25F24A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 68.56%

 BLUE value IS 74 (29.3% from 255) = 20.96%

R = 10.48%
G = 68.56%
B = 20.96%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#25F24A (or 0x25F24A) is known color: Malachite. HEX triplet: 25, F2 and 4A. RGB value is (37,242,74). Sum of RGB (Red+Green+Blue) = 37+242+74=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 242 (94.92% from 255 or 68.56% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 242 - color contains mainly: green. Hex color #25F24A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F24A is #DA0DB5. Grayscale: #A2A2A2. Windows color (decimal): -14290358 or 4911653. OLE color: 4911653.

HSL color Cylindrical-coordinate representation of color #25F24A: hue angle of 130.83º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F24A is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 242 74 -
CMYK 0.85 0 0.69 0.05
HSL 130.83º 0.89% 0.55% -
HSV(B) 130.83º 0.85% 0.95% -
XYZ 33.75 64.39 17.13 -
YUV 161.55 78.58 39.16 -
System Red Green Blue C M Y K H S L
Decimal 37 242 74 0.85 0 0.69 0.05 130.83 0.89 0.55
Hex 25 F2 4A 55 0 45 5 83 59 37
Octal 45 362 112 125 0 105 5 203 131 67
Binary 100101 11110010 1001010 1010101 0 1000101 101 10000011 1011001 110111

Color Harmonies of #25F24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F24A

Black with #25F24A

Text Example


Text Example

White with #25F24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,242,74); }

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

background-color css

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

 a { background-color: rgb(37,242,74); }

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

border-color css

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

 span { border-color: rgb(37,242,74); }

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