Html Css Color HEX #30F75A Malachite

📋 copy color: '#30F75A'

red 48 ◦ green 247 ◦ blue 90

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

Shades of Malachite #30F75A

Tints of Malachite #30F75A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 64.16%

 BLUE value IS 90 (35.55% from 255) = 23.38%

R = 12.47%
G = 64.16%
B = 23.38%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#30F75A (or 0x30F75A) is known color: Malachite. HEX triplet: 30, F7 and 5A. RGB value is (48,247,90). Sum of RGB (Red+Green+Blue) = 48+247+90=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 247 (96.88% from 255 or 64.16% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 247 - color contains mainly: green. Hex color #30F75A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F75A is #CF08A5. Grayscale: #AAAAAA. Windows color (decimal): -13568166 or 5961520. OLE color: 5961520.

HSL color Cylindrical-coordinate representation of color #30F75A: hue angle of 132.66º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30F75A is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 48 247 90 -
CMYK 0.81 0 0.64 0.03
HSL 132.66º 0.93% 0.58% -
HSV(B) 132.66º 0.81% 0.97% -
XYZ 36.33 67.89 20.86 -
YUV 169.6 83.07 41.27 -
System Red Green Blue C M Y K H S L
Decimal 48 247 90 0.81 0 0.64 0.03 132.66 0.93 0.58
Hex 30 F7 5A 51 0 40 3 85 5D 3A
Octal 60 367 132 121 0 100 3 205 135 72
Binary 110000 11110111 1011010 1010001 0 1000000 11 10000101 1011101 111010

Color Harmonies of #30F75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F75A

Black with #30F75A

Text Example


Text Example

White with #30F75A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,247,90); }

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

background-color css

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

 a { background-color: rgb(48,247,90); }

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

border-color css

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

 span { border-color: rgb(48,247,90); }

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