Html Css Color HEX #07CC63 Malachite

📋 copy color: '#07CC63'

red 7 ◦ green 204 ◦ blue 99

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

Shades of Malachite #07CC63

Tints of Malachite #07CC63

RGB

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

 GREEN value IS 204 (80.08% from 255) = 65.81%

 BLUE value IS 99 (39.06% from 255) = 31.94%

R = 2.26%
G = 65.81%
B = 31.94%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#07CC63 (or 0x07CC63) is known color: Malachite. HEX triplet: 07, CC and 63. RGB value is (7,204,99). Sum of RGB (Red+Green+Blue) = 7+204+99=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 204 (80.08% from 255 or 65.81% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 204 - color contains mainly: green. Hex color #07CC63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CC63 is #F8339C. Grayscale: #858585. Windows color (decimal): -16266141 or 6540295. OLE color: 6540295.

HSL color Cylindrical-coordinate representation of color #07CC63: hue angle of 148.02º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CC63 is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 7 204 99 -
CMYK 0.97 0 0.51 0.2
HSL 148.02º 0.93% 0.41% -
HSV(B) 148.02º 0.97% 0.8% -
XYZ 23.93 44.13 19.06 -
YUV 133.13 108.73 38.04 -
System Red Green Blue C M Y K H S L
Decimal 7 204 99 0.97 0 0.51 0.2 148.02 0.93 0.41
Hex 7 CC 63 61 0 33 14 94 5D 29
Octal 7 314 143 141 0 63 24 224 135 51
Binary 111 11001100 1100011 1100001 0 110011 10100 10010100 1011101 101001

Color Harmonies of #07CC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CC63

Black with #07CC63

Text Example


Text Example

White with #07CC63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,204,99); }

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

background-color css

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

 a { background-color: rgb(7,204,99); }

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

border-color css

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

 span { border-color: rgb(7,204,99); }

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