Html Css Color HEX #07DD40 Malachite

📋 copy color: '#07DD40'

red 7 ◦ green 221 ◦ blue 64

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

Shades of Malachite #07DD40

Tints of Malachite #07DD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.92%

R = 2.4%
G = 75.68%
B = 21.92%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#07DD40 (or 0x07DD40) is known color: Malachite. HEX triplet: 07, DD and 40. RGB value is (7,221,64). Sum of RGB (Red+Green+Blue) = 7+221+64=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 221 (86.72% from 255 or 75.68% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 221 - color contains mainly: green. Hex color #07DD40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DD40 is #F822BF. Grayscale: #8B8B8B. Windows color (decimal): -16261824 or 4250887. OLE color: 4250887.

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

Color convert

RGB 7 221 64 -
CMYK 0.97 0 0.71 0.13
HSL 135.98º 0.94% 0.45% -
HSV(B) 135.98º 0.97% 0.87% -
XYZ 26.87 52.13 13.5 -
YUV 139.12 85.6 33.77 -
System Red Green Blue C M Y K H S L
Decimal 7 221 64 0.97 0 0.71 0.13 135.98 0.94 0.45
Hex 7 DD 40 61 0 47 D 88 5E 2D
Octal 7 335 100 141 0 107 15 210 136 55
Binary 111 11011101 1000000 1100001 0 1000111 1101 10001000 1011110 101101

Color Harmonies of #07DD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DD40

Black with #07DD40

Text Example


Text Example

White with #07DD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,221,64); }

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

background-color css

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

 a { background-color: rgb(7,221,64); }

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

border-color css

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

 span { border-color: rgb(7,221,64); }

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