Html Css Color HEX #07CF5D Malachite

📋 copy color: '#07CF5D'

red 7 ◦ green 207 ◦ blue 93

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

Shades of Malachite #07CF5D

Tints of Malachite #07CF5D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 67.43%

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

R = 2.28%
G = 67.43%
B = 30.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#07CF5D (or 0x07CF5D) is known color: Malachite. HEX triplet: 07, CF and 5D. RGB value is (7,207,93). Sum of RGB (Red+Green+Blue) = 7+207+93=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 207 (81.25% from 255 or 67.43% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 207 - color contains mainly: green. Hex color #07CF5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CF5D is #F830A2. Grayscale: #868686. Windows color (decimal): -16265379 or 6147847. OLE color: 6147847.

HSL color Cylindrical-coordinate representation of color #07CF5D: hue angle of 145.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CF5D is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 207 93 -
CMYK 0.97 0 0.55 0.19
HSL 145.8º 0.93% 0.42% -
HSV(B) 145.8º 0.97% 0.81% -
XYZ 24.38 45.46 17.85 -
YUV 134.2 104.74 37.27 -
System Red Green Blue C M Y K H S L
Decimal 7 207 93 0.97 0 0.55 0.19 145.8 0.93 0.42
Hex 7 CF 5D 61 0 37 13 92 5D 2A
Octal 7 317 135 141 0 67 23 222 135 52
Binary 111 11001111 1011101 1100001 0 110111 10011 10010010 1011101 101010

Color Harmonies of #07CF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CF5D

Black with #07CF5D

Text Example


Text Example

White with #07CF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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