#30D757

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

Shades of Malachite #30D757

Tints of Malachite #30D757

Color information

#30D757 (or 0x30D757) is unknown color: approx Malachite. HEX triplet: 30, D7 and 57. RGB value is (48,215,87). Sum of RGB (Red+Green+Blue) = 48+215+87=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 215 (84.38% from 255 or 61.43% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 215 - color contains mainly: green. Hex color #30D757 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D757 is #CF28A8. Grayscale: #969696. Windows color (decimal): -13576361 or 5756720. OLE color: 5756720.

HSL color Cylindrical-coordinate representation of color #30D757: hue angle of 134.01º 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 #30D757 is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB4821587-
CMYK0.7800.600.16
HSL134.01º67.61%51.57%-
HSV(B)134.01º77.67%84.31%-
XYZ27.2449.9217.22-
YUV150.4892.1754.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.71%
GREEN value IS 215 (84.38% from 255) = 61.43%
BLUE value IS 87 (34.38% from 255) = 24.86%
R=13.71%
G=61.43%
B=24.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal48215870.7800.600.16134.0167.6151.57
Hex30D7574E03C10864434
Octal603271271160742020610464
Binary1100001101011110101111001110011110010000100001101000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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