#05F537

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

Shades of Malachite #05F537

Tints of Malachite #05F537

Color information

#05F537 (or 0x05F537) is unknown color: approx Malachite. HEX triplet: 05, F5 and 37. RGB value is (5,245,55). Sum of RGB (Red+Green+Blue) = 5+245+55=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 245 (96.09% from 255 or 80.33% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 245 - color contains mainly: green. Hex color #05F537 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05F537 is #FA0AC8. Grayscale: #989898. Windows color (decimal): -16386761 or 3667205. OLE color: 3667205.

HSL color Cylindrical-coordinate representation of color #05F537: hue angle of 132.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F537 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB524555-
CMYK0.9800.780.04
HSL132.5º96%49.02%-
HSV(B)132.5º97.96%96.08%-
XYZ33.465.6114.52-
YUV151.5873.4923.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.64%
GREEN value IS 245 (96.09% from 255) = 80.33%
BLUE value IS 55 (21.88% from 255) = 18.03%
R=1.64%
G=80.33%
B=18.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal5245550.9800.780.04132.59649.02
Hex5F5376204E4846031
Octal5365671420116420414061
Binary10111110101110111110001001001110100100001001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05F537; }

 p { color: rgb(5,245,55); }

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

<style>
 a { background-color: #05F537; }

 a { background-color: rgb(5,245,55); }

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

<style>
 span { border-color: #05F537; }

 span { border-color: rgb(5,245,55); }

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