Html Css Color HEX #07C473 Jade

📋 copy color: '#07C473'

red 7 ◦ green 196 ◦ blue 115

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

Shades of Jade #07C473

Tints of Jade #07C473

RGB

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

 GREEN value IS 196 (76.95% from 255) = 61.64%

 BLUE value IS 115 (45.31% from 255) = 36.16%

R = 2.2%
G = 61.64%
B = 36.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#07C473 (or 0x07C473) is known color: Jade. HEX triplet: 07, C4 and 73. RGB value is (7,196,115). Sum of RGB (Red+Green+Blue) = 7+196+115=318 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.20% from 318); Green value is 196 (76.95% from 255 or 61.64% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 196 - color contains mainly: green. Hex color #07C473 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C473 is #F83B8C. Grayscale: #828282. Windows color (decimal): -16268173 or 7586823. OLE color: 7586823.

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

Color convert

RGB 7 196 115 -
CMYK 0.96 0 0.41 0.23
HSL 154.29º 0.93% 0.4% -
HSV(B) 154.29º 0.96% 0.77% -
XYZ 22.92 40.76 22.88 -
YUV 130.26 119.38 40.09 -
System Red Green Blue C M Y K H S L
Decimal 7 196 115 0.96 0 0.41 0.23 154.29 0.93 0.4
Hex 7 C4 73 60 0 29 17 9A 5D 28
Octal 7 304 163 140 0 51 27 232 135 50
Binary 111 11000100 1110011 1100000 0 101001 10111 10011010 1011101 101000

Color Harmonies of #07C473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C473

Black with #07C473

Text Example


Text Example

White with #07C473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,196,115); }

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

background-color css

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

 a { background-color: rgb(7,196,115); }

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

border-color css

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

 span { border-color: rgb(7,196,115); }

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