#25F058

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

Shades of Malachite #25F058

Tints of Malachite #25F058

Color information

#25F058 (or 0x25F058) is unknown color: approx Malachite. HEX triplet: 25, F0 and 58. RGB value is (37,240,88). Sum of RGB (Red+Green+Blue) = 37+240+88=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 240 (94.14% from 255 or 65.75% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 240 - color contains mainly: green. Hex color #25F058 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #25F058 is #DA0FA7. Grayscale: #A2A2A2. Windows color (decimal): -14290856 or 5828645. OLE color: 5828645.

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

Color convert

RGB3724088-
CMYK0.8500.630.06
HSL135.07º87.12%54.31%-
HSV(B)135.07º84.58%94.12%-
XYZ33.6863.4219.7-
YUV161.9886.2538.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.14%
GREEN value IS 240 (94.14% from 255) = 65.75%
BLUE value IS 88 (34.77% from 255) = 24.11%
R=10.14%
G=65.75%
B=24.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal37240880.8500.630.06135.0787.1254.31
Hex25F0585503F6875736
Octal45360130125077620712766
Binary10010111110000101100010101010111111110100001111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25F058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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