#30EC56

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

Shades of Malachite #30EC56

Tints of Malachite #30EC56

Color information

#30EC56 (or 0x30EC56) is unknown color: approx Malachite. HEX triplet: 30, EC and 56. RGB value is (48,236,86). Sum of RGB (Red+Green+Blue) = 48+236+86=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 236 (92.58% from 255 or 63.78% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC56 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EC56 is #CF13A9. Grayscale: #A3A3A3. Windows color (decimal): -13570986 or 5696560. OLE color: 5696560.

HSL color Cylindrical-coordinate representation of color #30EC56: hue angle of 132.13º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EC56 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB4823686-
CMYK0.8000.640.07
HSL132.13º83.19%55.69%-
HSV(B)132.13º79.66%92.55%-
XYZ32.8961.2918.9-
YUV162.6984.7246.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.97%
GREEN value IS 236 (92.58% from 255) = 63.78%
BLUE value IS 86 (33.98% from 255) = 23.24%
R=12.97%
G=63.78%
B=23.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal48236860.8000.640.07132.1383.1955.69
Hex30EC56500407845338
Octal603541261200100720412370
Binary110000111011001010110101000001000000111100001001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30EC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,236,86); }

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

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

 a { background-color: rgb(48,236,86); }

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

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

 span { border-color: rgb(48,236,86); }

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