#7CC395

Color #7CC395 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #7CC395

Tints of Padua #7CC395

Color information

#7CC395 (or 0x7CC395) is unknown color: approx Padua. HEX triplet: 7C, C3 and 95. RGB value is (124,195,149). Sum of RGB (Red+Green+Blue) = 124+195+149=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC395 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC395 is #833C6A. Grayscale: #A8A8A8. Windows color (decimal): -8600683 or 9814908. OLE color: 9814908.

HSL color Cylindrical-coordinate representation of color #7CC395: hue angle of 141.13º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CC395 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB124195149-
CMYK0.3600.240.24
HSL141.13º37.17%62.55%-
HSV(B)141.13º36.41%76.47%-
XYZ33.2545.4935.46-
YUV168.53116.9896.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.50%
GREEN value IS 195 (76.56% from 255) = 41.67%
BLUE value IS 149 (58.59% from 255) = 31.84%
R=26.50%
G=41.67%
B=31.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241951490.3600.240.24141.1337.1762.55
Hex7CC39524018188d253f
Octal17430322544030302154577
Binary111110011000011100101011001000110001100010001101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CC395; }

 p { color: rgb(124,195,149); }

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

<style>
 a { background-color: #7CC395; }

 a { background-color: rgb(124,195,149); }

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

<style>
 span { border-color: #7CC395; }

 span { border-color: rgb(124,195,149); }

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