Html Css Color HEX #07CA5D Malachite

📋 copy color: '#07CA5D'

red 7 ◦ green 202 ◦ blue 93

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

Shades of Malachite #07CA5D

Tints of Malachite #07CA5D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 66.89%

 BLUE value IS 93 (36.72% from 255) = 30.79%

R = 2.32%
G = 66.89%
B = 30.79%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#07CA5D (or 0x07CA5D) is known color: Malachite. HEX triplet: 07, CA and 5D. RGB value is (7,202,93). Sum of RGB (Red+Green+Blue) = 7+202+93=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 202 (79.30% from 255 or 66.89% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CA5D is #F835A2. Grayscale: #838383. Windows color (decimal): -16266659 or 6146567. OLE color: 6146567.

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

Color convert

RGB 7 202 93 -
CMYK 0.97 0 0.54 0.21
HSL 146.46º 0.93% 0.41% -
HSV(B) 146.46º 0.97% 0.79% -
XYZ 23.18 43.08 17.45 -
YUV 131.27 106.4 39.36 -
System Red Green Blue C M Y K H S L
Decimal 7 202 93 0.97 0 0.54 0.21 146.46 0.93 0.41
Hex 7 CA 5D 61 0 36 15 92 5D 29
Octal 7 312 135 141 0 66 25 222 135 51
Binary 111 11001010 1011101 1100001 0 110110 10101 10010010 1011101 101001

Color Harmonies of #07CA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CA5D

Black with #07CA5D

Text Example


Text Example

White with #07CA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,202,93); }

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

background-color css

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

 a { background-color: rgb(7,202,93); }

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

border-color css

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

 span { border-color: rgb(7,202,93); }

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