Html Css Color HEX #30F56C Malachite

📋 copy color: '#30F56C'

red 48 ◦ green 245 ◦ blue 108

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

Shades of Malachite #30F56C

Tints of Malachite #30F56C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 61.1%

 BLUE value IS 108 (42.58% from 255) = 26.93%

R = 11.97%
G = 61.1%
B = 26.93%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#30F56C (or 0x30F56C) is known color: Malachite. HEX triplet: 30, F5 and 6C. RGB value is (48,245,108). Sum of RGB (Red+Green+Blue) = 48+245+108=401 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.97% from 401); Green value is 245 (96.09% from 255 or 61.10% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 245 - color contains mainly: green. Hex color #30F56C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F56C is #CF0A93. Grayscale: #AAAAAA. Windows color (decimal): -13568660 or 7140656. OLE color: 7140656.

HSL color Cylindrical-coordinate representation of color #30F56C: hue angle of 138.27º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F56C is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 245 108 -
CMYK 0.80 0 0.56 0.04
HSL 138.27º 0.91% 0.57% -
HSV(B) 138.27º 0.8% 0.96% -
XYZ 36.58 67.02 25.19 -
YUV 170.48 92.73 40.64 -
System Red Green Blue C M Y K H S L
Decimal 48 245 108 0.80 0 0.56 0.04 138.27 0.91 0.57
Hex 30 F5 6C 50 0 38 4 8A 5B 39
Octal 60 365 154 120 0 70 4 212 133 71
Binary 110000 11110101 1101100 1010000 0 111000 100 10001010 1011011 111001

Color Harmonies of #30F56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F56C

Black with #30F56C

Text Example


Text Example

White with #30F56C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,245,108); }

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

background-color css

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

 a { background-color: rgb(48,245,108); }

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

border-color css

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

 span { border-color: rgb(48,245,108); }

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