#05F034

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

Shades of Malachite #05F034

Tints of Malachite #05F034

Color information

#05F034 (or 0x05F034) is unknown color: approx Malachite. HEX triplet: 05, F0 and 34. RGB value is (5,240,52). Sum of RGB (Red+Green+Blue) = 5+240+52=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 240 (94.14% from 255 or 80.81% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 240 - color contains mainly: green. Hex color #05F034 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05F034 is #FA0FCB. Grayscale: #949494. Windows color (decimal): -16388044 or 3469317. OLE color: 3469317.

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

Color convert

RGB524052-
CMYK0.9800.780.06
HSL132º95.92%48.04%-
HSV(B)132º97.92%94.12%-
XYZ31.8462.613.65-
YUV148.373.6425.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.68%
GREEN value IS 240 (94.14% from 255) = 80.81%
BLUE value IS 52 (20.70% from 255) = 17.51%
R=1.68%
G=80.81%
B=17.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal5240520.9800.780.0613295.9248.04
Hex5F0346204E6846030
Octal5360641420116620414060
Binary10111110000110100110001001001110110100001001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,240,52); }

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

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

 a { background-color: rgb(5,240,52); }

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

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

 span { border-color: rgb(5,240,52); }

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