#25F052

Color #25F052 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #25F052

Tints of Malachite #25F052

Color information

#25F052 (or 0x25F052) is unknown color: approx Malachite. HEX triplet: 25, F0 and 52. RGB value is (37,240,82). Sum of RGB (Red+Green+Blue) = 37+240+82=359 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.31% from 359); Green value is 240 (94.14% from 255 or 66.85% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 240 - color contains mainly: green. Hex color #25F052 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #25F052 is #DA0FAD. Grayscale: #A1A1A1. Windows color (decimal): -14290862 or 5435429. OLE color: 5435429.

HSL color Cylindrical-coordinate representation of color #25F052: hue angle of 133.3º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F052 is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB3724082-
CMYK0.8500.660.06
HSL133.3º87.12%54.31%-
HSV(B)133.3º84.58%94.12%-
XYZ33.4563.3218.44-
YUV161.2983.2539.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.31%
GREEN value IS 240 (94.14% from 255) = 66.85%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=10.31%
G=66.85%
B=22.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal37240820.8500.660.06133.387.1254.31
Hex25F052550426855736
Octal453601221250102620512766
Binary100101111100001010010101010101000010110100001011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25F052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,240,82); }

 H1.HeaderClassName
 {
   color: #25F052;
 }
 .AnyTagClassName
 {
   color: #25F052;
 }
</style>
background-color css

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

 a { background-color: rgb(37,240,82); }

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

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

 span { border-color: rgb(37,240,82); }

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