Html Css Color HEX #30D756 Malachite

📋 copy color: '#30D756'

red 48 ◦ green 215 ◦ blue 86

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

Shades of Malachite #30D756

Tints of Malachite #30D756

RGB

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

 GREEN value IS 215 (84.38% from 255) = 61.6%

 BLUE value IS 86 (33.98% from 255) = 24.64%

R = 13.75%
G = 61.6%
B = 24.64%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#30D756 (or 0x30D756) is known color: Malachite. HEX triplet: 30, D7 and 56. RGB value is (48,215,86). Sum of RGB (Red+Green+Blue) = 48+215+86=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 215 (84.38% from 255 or 61.60% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 215 - color contains mainly: green. Hex color #30D756 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D756 is #CF28A9. Grayscale: #969696. Windows color (decimal): -13576362 or 5691184. OLE color: 5691184.

HSL color Cylindrical-coordinate representation of color #30D756: hue angle of 133.65º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D756 is Cyan = 0.78, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 215 86 -
CMYK 0.78 0 0.6 0.16
HSL 133.65º 0.68% 0.52% -
HSV(B) 133.65º 0.78% 0.84% -
XYZ 27.2 49.9 17 -
YUV 150.36 91.67 54.99 -
System Red Green Blue C M Y K H S L
Decimal 48 215 86 0.78 0 0.6 0.16 133.65 0.68 0.52
Hex 30 D7 56 4E 0 3C 10 86 44 34
Octal 60 327 126 116 0 74 20 206 104 64
Binary 110000 11010111 1010110 1001110 0 111100 10000 10000110 1000100 110100

Color Harmonies of #30D756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D756

Black with #30D756

Text Example


Text Example

White with #30D756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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