#30D854

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

Shades of Malachite #30D854

Tints of Malachite #30D854

Color information

#30D854 (or 0x30D854) is unknown color: approx Malachite. HEX triplet: 30, D8 and 54. RGB value is (48,216,84). Sum of RGB (Red+Green+Blue) = 48+216+84=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 216 (84.77% from 255 or 62.07% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 216 - color contains mainly: green. Hex color #30D854 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D854 is #CF27AB. Grayscale: #979797. Windows color (decimal): -13576108 or 5560368. OLE color: 5560368.

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

Color convert

RGB4821684-
CMYK0.7800.610.15
HSL132.86º68.29%51.76%-
HSV(B)132.86º77.78%84.71%-
XYZ27.3850.3816.67-
YUV150.7290.3454.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.79%
GREEN value IS 216 (84.77% from 255) = 62.07%
BLUE value IS 84 (33.20% from 255) = 24.14%
R=13.79%
G=62.07%
B=24.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal48216840.7800.610.15132.8668.2951.76
Hex30D8544E03DF854434
Octal603301241160751720510464
Binary110000110110001010100100111001111011111100001011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,216,84); }

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

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

 a { background-color: rgb(48,216,84); }

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

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

 span { border-color: rgb(48,216,84); }

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