Html Css Color HEX #07DC48 Malachite

📋 copy color: '#07DC48'

red 7 ◦ green 220 ◦ blue 72

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

Shades of Malachite #07DC48

Tints of Malachite #07DC48

RGB

 RED value IS 7 (3.13% from 255) = 2.34%

 GREEN value IS 220 (86.33% from 255) = 73.58%

 BLUE value IS 72 (28.52% from 255) = 24.08%

R = 2.34%
G = 73.58%
B = 24.08%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#07DC48 (or 0x07DC48) is known color: Malachite. HEX triplet: 07, DC and 48. RGB value is (7,220,72). Sum of RGB (Red+Green+Blue) = 7+220+72=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 220 (86.33% from 255 or 73.58% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 220 - color contains mainly: green. Hex color #07DC48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DC48 is #F823B7. Grayscale: #8B8B8B. Windows color (decimal): -16262072 or 4774919. OLE color: 4774919.

HSL color Cylindrical-coordinate representation of color #07DC48: hue angle of 138.31º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DC48 is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 220 72 -
CMYK 0.97 0 0.67 0.14
HSL 138.31º 0.94% 0.45% -
HSV(B) 138.31º 0.97% 0.86% -
XYZ 26.85 51.7 14.69 -
YUV 139.44 89.93 33.53 -
System Red Green Blue C M Y K H S L
Decimal 7 220 72 0.97 0 0.67 0.14 138.31 0.94 0.45
Hex 7 DC 48 61 0 43 E 8A 5E 2D
Octal 7 334 110 141 0 103 16 212 136 55
Binary 111 11011100 1001000 1100001 0 1000011 1110 10001010 1011110 101101

Color Harmonies of #07DC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DC48

Black with #07DC48

Text Example


Text Example

White with #07DC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07DC48; }

 p { color: rgb(7,220,72); }

 H1.HeaderClassName
 {
   color: #07DC48;
 }
 .AnyTagClassName
 {
   color: #07DC48;
 }
</style>

background-color css

<style>
 a { background-color: #07DC48; }

 a { background-color: rgb(7,220,72); }

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

border-color css

<style>
 span { border-color: #07DC48; }

 span { border-color: rgb(7,220,72); }

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