#05C55F

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

Shades of Malachite #05C55F

Tints of Malachite #05C55F

Color information

#05C55F (or 0x05C55F) is unknown color: approx Malachite. HEX triplet: 05, C5 and 5F. RGB value is (5,197,95). Sum of RGB (Red+Green+Blue) = 5+197+95=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 197 (77.34% from 255 or 66.33% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 197 - color contains mainly: green. Hex color #05C55F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C55F is #FA3AA0. Grayscale: #808080. Windows color (decimal): -16399009 or 6276357. OLE color: 6276357.

HSL color Cylindrical-coordinate representation of color #05C55F: hue angle of 148.12º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C55F is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB519795-
CMYK0.9700.520.23
HSL148.12º95.05%39.61%-
HSV(B)148.12º97.46%77.25%-
XYZ22.0940.7917.54-
YUV127.96109.3940.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.68%
GREEN value IS 197 (77.34% from 255) = 66.33%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=1.68%
G=66.33%
B=31.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal5197950.9700.520.23148.1295.0539.61
Hex5C55F6103417945f28
Octal53051371410642722413750
Binary1011100010110111111100001011010010111100101001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,197,95); }

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

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

 a { background-color: rgb(5,197,95); }

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

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

 span { border-color: rgb(5,197,95); }

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