#07DE68

Color #07DE68 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #07DE68

Tints of Malachite #07DE68

Color information

#07DE68 (or 0x07DE68) is unknown color: approx Malachite. HEX triplet: 07, DE and 68. RGB value is (7,222,104). Sum of RGB (Red+Green+Blue) = 7+222+104=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 222 (87.11% from 255 or 66.67% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 222 - color contains mainly: green. Hex color #07DE68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07DE68 is #F82197. Grayscale: #909090. Windows color (decimal): -16261528 or 6872583. OLE color: 6872583.

HSL color Cylindrical-coordinate representation of color #07DE68: hue angle of 147.07º 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 #07DE68 is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB7222104-
CMYK0.9700.530.13
HSL147.07º93.89%44.9%-
HSV(B)147.07º96.85%87.06%-
XYZ28.7153.2921.87-
YUV144.26105.2730.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.10%
GREEN value IS 222 (87.11% from 255) = 66.67%
BLUE value IS 104 (41.02% from 255) = 31.23%
R=2.10%
G=66.67%
B=31.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal72221040.9700.530.13147.0793.8944.9
Hex7DE6861035D935e2d
Octal73361501410651522313655
Binary111110111101101000110000101101011101100100111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07DE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,222,104); }

 H1.HeaderClassName
 {
   color: #07DE68;
 }
 .AnyTagClassName
 {
   color: #07DE68;
 }
</style>
background-color css

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

 a { background-color: rgb(7,222,104); }

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

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

 span { border-color: rgb(7,222,104); }

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