Html Css Color HEX #7CC595 Padua

📋 copy color: '#7CC595'

red 124 ◦ green 197 ◦ blue 149

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

Shades of Padua #7CC595

Tints of Padua #7CC595

RGB

 RED value IS 124 (48.83% from 255) = 26.38%

 GREEN value IS 197 (77.34% from 255) = 41.91%

 BLUE value IS 149 (58.59% from 255) = 31.7%

R = 26.38%
G = 41.91%
B = 31.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#7CC595 (or 0x7CC595) is known color: Padua. HEX triplet: 7C, C5 and 95. RGB value is (124,197,149). Sum of RGB (Red+Green+Blue) = 124+197+149=470 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.38% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC595 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC595 is #833A6A. Grayscale: #A9A9A9. Windows color (decimal): -8600171 or 9815420. OLE color: 9815420.

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

Color convert

RGB 124 197 149 -
CMYK 0.37 0 0.24 0.23
HSL 140.55º 0.39% 0.63% -
HSV(B) 140.55º 0.37% 0.77% -
XYZ 33.7 46.39 35.61 -
YUV 169.7 116.32 95.4 -
System Red Green Blue C M Y K H S L
Decimal 124 197 149 0.37 0 0.24 0.23 140.55 0.39 0.63
Hex 7C C5 95 25 0 18 17 8D 27 3F
Octal 174 305 225 45 0 30 27 215 47 77
Binary 1111100 11000101 10010101 100101 0 11000 10111 10001101 100111 111111

Color Harmonies of #7CC595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC595

Black with #7CC595

Text Example


Text Example

White with #7CC595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CC595;
 }
 .AnyTagClassName
 {
   color: #7CC595;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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