Html Css Color HEX #30CF56 Malachite

📋 copy color: '#30CF56'

red 48 ◦ green 207 ◦ blue 86

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

Shades of Malachite #30CF56

Tints of Malachite #30CF56

RGB

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

 GREEN value IS 207 (81.25% from 255) = 60.7%

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

R = 14.08%
G = 60.7%
B = 25.22%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#30CF56 (or 0x30CF56) is known color: Malachite. HEX triplet: 30, CF and 56. RGB value is (48,207,86). Sum of RGB (Red+Green+Blue) = 48+207+86=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #30CF56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CF56 is #CF30A9. Grayscale: #919191. Windows color (decimal): -13578410 or 5689136. OLE color: 5689136.

HSL color Cylindrical-coordinate representation of color #30CF56: hue angle of 134.34º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CF56 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 207 86 -
CMYK 0.77 0 0.58 0.19
HSL 134.34º 0.62% 0.5% -
HSV(B) 134.34º 0.77% 0.81% -
XYZ 25.21 45.93 16.34 -
YUV 145.67 94.32 58.34 -
System Red Green Blue C M Y K H S L
Decimal 48 207 86 0.77 0 0.58 0.19 134.34 0.62 0.5
Hex 30 CF 56 4D 0 3A 13 86 3E 32
Octal 60 317 126 115 0 72 23 206 76 62
Binary 110000 11001111 1010110 1001101 0 111010 10011 10000110 111110 110010

Color Harmonies of #30CF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CF56

Black with #30CF56

Text Example


Text Example

White with #30CF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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