Html Css Color HEX #07C265 Jade

📋 copy color: '#07C265'

red 7 ◦ green 194 ◦ blue 101

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

Shades of Jade #07C265

Tints of Jade #07C265

RGB

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

 GREEN value IS 194 (76.17% from 255) = 64.24%

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

R = 2.32%
G = 64.24%
B = 33.44%

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

#07C265 (or 0x07C265) is known color: Jade. HEX triplet: 07, C2 and 65. RGB value is (7,194,101). Sum of RGB (Red+Green+Blue) = 7+194+101=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 194 (76.17% from 255 or 64.24% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 194 - color contains mainly: green. Hex color #07C265 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C265 is #F83D9A. Grayscale: #7F7F7F. Windows color (decimal): -16268699 or 6668807. OLE color: 6668807.

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

Color convert

RGB 7 194 101 -
CMYK 0.96 0 0.48 0.24
HSL 150.16º 0.93% 0.39% -
HSV(B) 150.16º 0.96% 0.76% -
XYZ 21.73 39.57 18.8 -
YUV 127.49 113.05 42.06 -
System Red Green Blue C M Y K H S L
Decimal 7 194 101 0.96 0 0.48 0.24 150.16 0.93 0.39
Hex 7 C2 65 60 0 30 18 96 5D 27
Octal 7 302 145 140 0 60 30 226 135 47
Binary 111 11000010 1100101 1100000 0 110000 11000 10010110 1011101 100111

Color Harmonies of #07C265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C265

Black with #07C265

Text Example


Text Example

White with #07C265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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