#07C371

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

Shades of Jade #07C371

Tints of Jade #07C371

Color information

#07C371 (or 0x07C371) is unknown color: approx Jade. HEX triplet: 07, C3 and 71. RGB value is (7,195,113). Sum of RGB (Red+Green+Blue) = 7+195+113=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #07C371 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C371 is #F83C8E. Grayscale: #818181. Windows color (decimal): -16268431 or 7455495. OLE color: 7455495.

HSL color Cylindrical-coordinate representation of color #07C371: hue angle of 153.83º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C371 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB7195113-
CMYK0.9600.420.24
HSL153.83º93.07%39.61%-
HSV(B)153.83º96.41%76.47%-
XYZ22.5840.2722.2-
YUV129.44118.7240.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.22%
GREEN value IS 195 (76.56% from 255) = 61.90%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=2.22%
G=61.90%
B=35.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal71951130.9600.420.24153.8393.0739.61
Hex7C3716002A189a5d28
Octal73031611400523023213550
Binary1111100001111100011100000010101011000100110101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,195,113); }

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

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

 a { background-color: rgb(7,195,113); }

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

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

 span { border-color: rgb(7,195,113); }

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