Html Css Color HEX #25F248 Malachite

📋 copy color: '#25F248'

red 37 ◦ green 242 ◦ blue 72

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

Shades of Malachite #25F248

Tints of Malachite #25F248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.51%

R = 10.54%
G = 68.95%
B = 20.51%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#25F248 (or 0x25F248) is known color: Malachite. HEX triplet: 25, F2 and 48. RGB value is (37,242,72). Sum of RGB (Red+Green+Blue) = 37+242+72=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 242 (94.92% from 255 or 68.95% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 242 - color contains mainly: green. Hex color #25F248 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F248 is #DA0DB7. Grayscale: #A1A1A1. Windows color (decimal): -14290360 or 4780581. OLE color: 4780581.

HSL color Cylindrical-coordinate representation of color #25F248: hue angle of 130.24º 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 #25F248 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 242 72 -
CMYK 0.85 0 0.70 0.05
HSL 130.24º 0.89% 0.55% -
HSV(B) 130.24º 0.85% 0.95% -
XYZ 33.68 64.37 16.78 -
YUV 161.33 77.58 39.32 -
System Red Green Blue C M Y K H S L
Decimal 37 242 72 0.85 0 0.70 0.05 130.24 0.89 0.55
Hex 25 F2 48 55 0 46 5 82 59 37
Octal 45 362 110 125 0 106 5 202 131 67
Binary 100101 11110010 1001000 1010101 0 1000110 101 10000010 1011001 110111

Color Harmonies of #25F248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F248

Black with #25F248

Text Example


Text Example

White with #25F248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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