Html Css Color HEX #30FA50 Malachite

📋 copy color: '#30FA50'

red 48 ◦ green 250 ◦ blue 80

#30FA50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #30FA50

Tints of Malachite #30FA50

RGB

 RED value IS 48 (19.14% from 255) = 12.7%

 GREEN value IS 250 (98.05% from 255) = 66.14%

 BLUE value IS 80 (31.64% from 255) = 21.16%

R = 12.7%
G = 66.14%
B = 21.16%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#30FA50 (or 0x30FA50) is known color: Malachite. HEX triplet: 30, FA and 50. RGB value is (48,250,80). Sum of RGB (Red+Green+Blue) = 48+250+80=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 250 (98.05% from 255 or 66.14% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 250 - color contains mainly: green. Hex color #30FA50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FA50 is #CF05AF. Grayscale: #AAAAAA. Windows color (decimal): -13567408 or 5306928. OLE color: 5306928.

HSL color Cylindrical-coordinate representation of color #30FA50: hue angle of 129.5º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FA50 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 250 80 -
CMYK 0.81 0 0.68 0.02
HSL 129.5º 0.95% 0.58% -
HSV(B) 129.5º 0.81% 0.98% -
XYZ 36.85 69.58 19.08 -
YUV 170.22 77.08 40.82 -
System Red Green Blue C M Y K H S L
Decimal 48 250 80 0.81 0 0.68 0.02 129.5 0.95 0.58
Hex 30 FA 50 51 0 44 2 82 5F 3A
Octal 60 372 120 121 0 104 2 202 137 72
Binary 110000 11111010 1010000 1010001 0 1000100 10 10000010 1011111 111010

Color Harmonies of #30FA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FA50

Black with #30FA50

Text Example


Text Example

White with #30FA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,250,80); }

 H1.HeaderClassName
 {
   color: #30FA50;
 }
 .AnyTagClassName
 {
   color: #30FA50;
 }
</style>

background-color css

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

 a { background-color: rgb(48,250,80); }

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

border-color css

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

 span { border-color: rgb(48,250,80); }

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