Html Css Color HEX #07C365 Jade

📋 copy color: '#07C365'

red 7 ◦ green 195 ◦ blue 101

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

Shades of Jade #07C365

Tints of Jade #07C365

RGB

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

 GREEN value IS 195 (76.56% from 255) = 64.36%

 BLUE value IS 101 (39.84% from 255) = 33.33%

R = 2.31%
G = 64.36%
B = 33.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#07C365 (or 0x07C365) is known color: Jade. HEX triplet: 07, C3 and 65. RGB value is (7,195,101). Sum of RGB (Red+Green+Blue) = 7+195+101=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 195 (76.56% from 255 or 64.36% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 195 - color contains mainly: green. Hex color #07C365 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C365 is #F83C9A. Grayscale: #808080. Windows color (decimal): -16268443 or 6669063. OLE color: 6669063.

HSL color Cylindrical-coordinate representation of color #07C365: hue angle of 150º 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 #07C365 is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 7 195 101 -
CMYK 0.96 0 0.48 0.24
HSL 150º 0.93% 0.4% -
HSV(B) 150º 0.96% 0.76% -
XYZ 21.95 40.01 18.88 -
YUV 128.07 112.72 41.64 -
System Red Green Blue C M Y K H S L
Decimal 7 195 101 0.96 0 0.48 0.24 150 0.93 0.4
Hex 7 C3 65 60 0 30 18 96 5D 28
Octal 7 303 145 140 0 60 30 226 135 50
Binary 111 11000011 1100101 1100000 0 110000 11000 10010110 1011101 101000

Color Harmonies of #07C365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C365

Black with #07C365

Text Example


Text Example

White with #07C365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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