#10CF51

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

Shades of Malachite #10CF51

Tints of Malachite #10CF51

Color information

#10CF51 (or 0x10CF51) is unknown color: approx Malachite. HEX triplet: 10, CF and 51. RGB value is (16,207,81). Sum of RGB (Red+Green+Blue) = 16+207+81=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 207 (81.25% from 255 or 68.09% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 207 - color contains mainly: green. Hex color #10CF51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CF51 is #EF30AE. Grayscale: #878787. Windows color (decimal): -15675567 or 5361424. OLE color: 5361424.

HSL color Cylindrical-coordinate representation of color #10CF51: hue angle of 140.42º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CF51 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB1620781-
CMYK0.9200.610.19
HSL140.42º85.65%43.73%-
HSV(B)140.42º92.27%81.18%-
XYZ24.0145.3315.27-
YUV135.5397.2242.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.26%
GREEN value IS 207 (81.25% from 255) = 68.09%
BLUE value IS 81 (32.03% from 255) = 26.64%
R=5.26%
G=68.09%
B=26.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal16207810.9200.610.19140.4285.6543.73
Hex10CF515C03D138c562c
Octal203171211340752321412654
Binary100001100111110100011011100011110110011100011001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10CF51; }

 p { color: rgb(16,207,81); }

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

<style>
 a { background-color: #10CF51; }

 a { background-color: rgb(16,207,81); }

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

<style>
 span { border-color: #10CF51; }

 span { border-color: rgb(16,207,81); }

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