#05F54B

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

Shades of Malachite #05F54B

Tints of Malachite #05F54B

Color information

#05F54B (or 0x05F54B) is unknown color: approx Malachite. HEX triplet: 05, F5 and 4B. RGB value is (5,245,75). Sum of RGB (Red+Green+Blue) = 5+245+75=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 245 (96.09% from 255 or 75.38% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 245 - color contains mainly: green. Hex color #05F54B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05F54B is #FA0AB4. Grayscale: #9A9A9A. Windows color (decimal): -16386741 or 4977925. OLE color: 4977925.

HSL color Cylindrical-coordinate representation of color #05F54B: hue angle of 137.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 #05F54B is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB524575-
CMYK0.9800.690.04
HSL137.5º96%49.02%-
HSV(B)137.5º97.96%96.08%-
XYZ33.9865.8517.57-
YUV153.8683.4921.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.54%
GREEN value IS 245 (96.09% from 255) = 75.38%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=1.54%
G=75.38%
B=23.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal5245750.9800.690.04137.59649.02
Hex5F54B6204548a6031
Octal53651131420105421214061
Binary101111101011001011110001001000101100100010101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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