#30F355

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

Shades of Malachite #30F355

Tints of Malachite #30F355

Color information

#30F355 (or 0x30F355) is unknown color: approx Malachite. HEX triplet: 30, F3 and 55. RGB value is (48,243,85). Sum of RGB (Red+Green+Blue) = 48+243+85=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 243 (95.31% from 255 or 64.63% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 243 - color contains mainly: green. Hex color #30F355 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F355 is #CF0CAA. Grayscale: #A7A7A7. Windows color (decimal): -13569195 or 5632816. OLE color: 5632816.

HSL color Cylindrical-coordinate representation of color #30F355: hue angle of 131.38º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F355 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB4824385-
CMYK0.8000.650.05
HSL131.38º89.04%57.06%-
HSV(B)131.38º80.25%95.29%-
XYZ34.9165.3919.38-
YUV166.6881.943.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.77%
GREEN value IS 243 (95.31% from 255) = 64.63%
BLUE value IS 85 (33.59% from 255) = 22.61%
R=12.77%
G=64.63%
B=22.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal48243850.8000.650.05131.3889.0457.06
Hex30F355500415835939
Octal603631251200101520313171
Binary110000111100111010101101000001000001101100000111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,243,85); }

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

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

 a { background-color: rgb(48,243,85); }

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

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

 span { border-color: rgb(48,243,85); }

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