#30D760

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

Shades of Malachite #30D760

Tints of Malachite #30D760

Color information

#30D760 (or 0x30D760) is unknown color: approx Malachite. HEX triplet: 30, D7 and 60. RGB value is (48,215,96). Sum of RGB (Red+Green+Blue) = 48+215+96=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 215 (84.38% from 255 or 59.89% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 215 - color contains mainly: green. Hex color #30D760 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D760 is #CF289F. Grayscale: #979797. Windows color (decimal): -13576352 or 6346544. OLE color: 6346544.

HSL color Cylindrical-coordinate representation of color #30D760: hue angle of 137.25º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D760 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB4821596-
CMYK0.7800.550.16
HSL137.25º67.61%51.57%-
HSV(B)137.25º77.67%84.31%-
XYZ27.6350.0719.28-
YUV151.596.6754.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.37%
GREEN value IS 215 (84.38% from 255) = 59.89%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=13.37%
G=59.89%
B=26.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal48215960.7800.550.16137.2567.6151.57
Hex30D7604E03710894434
Octal603271401160672021110464
Binary1100001101011111000001001110011011110000100010011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30D760; }

 p { color: rgb(48,215,96); }

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

<style>
 a { background-color: #30D760; }

 a { background-color: rgb(48,215,96); }

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

<style>
 span { border-color: #30D760; }

 span { border-color: rgb(48,215,96); }

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