Html Css Color HEX #30DD55 Malachite

📋 copy color: '#30DD55'

red 48 ◦ green 221 ◦ blue 85

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

Shades of Malachite #30DD55

Tints of Malachite #30DD55

RGB

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

 GREEN value IS 221 (86.72% from 255) = 62.43%

 BLUE value IS 85 (33.59% from 255) = 24.01%

R = 13.56%
G = 62.43%
B = 24.01%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#30DD55 (or 0x30DD55) is known color: Malachite. HEX triplet: 30, DD and 55. RGB value is (48,221,85). Sum of RGB (Red+Green+Blue) = 48+221+85=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 221 (86.72% from 255 or 62.43% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 221 - color contains mainly: green. Hex color #30DD55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30DD55 is #CF22AA. Grayscale: #9A9A9A. Windows color (decimal): -13574827 or 5627184. OLE color: 5627184.

HSL color Cylindrical-coordinate representation of color #30DD55: hue angle of 132.83º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DD55 is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 221 85 -
CMYK 0.78 0 0.62 0.13
HSL 132.83º 0.72% 0.53% -
HSV(B) 132.83º 0.78% 0.87% -
XYZ 28.72 53 17.31 -
YUV 153.77 89.19 52.56 -
System Red Green Blue C M Y K H S L
Decimal 48 221 85 0.78 0 0.62 0.13 132.83 0.72 0.53
Hex 30 DD 55 4E 0 3E D 85 48 35
Octal 60 335 125 116 0 76 15 205 110 65
Binary 110000 11011101 1010101 1001110 0 111110 1101 10000101 1001000 110101

Color Harmonies of #30DD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DD55

Black with #30DD55

Text Example


Text Example

White with #30DD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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