Html Css Color HEX #7CC795 Padua

📋 copy color: '#7CC795'

red 124 ◦ green 199 ◦ blue 149

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

Shades of Padua #7CC795

Tints of Padua #7CC795

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.16%

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

R = 26.27%
G = 42.16%
B = 31.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#7CC795 (or 0x7CC795) is known color: Padua. HEX triplet: 7C, C7 and 95. RGB value is (124,199,149). Sum of RGB (Red+Green+Blue) = 124+199+149=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #7CC795 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC795 is #83386A. Grayscale: #ABABAB. Windows color (decimal): -8599659 or 9815932. OLE color: 9815932.

HSL color Cylindrical-coordinate representation of color #7CC795: hue angle of 140º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC795 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 124 199 149 -
CMYK 0.38 0 0.25 0.22
HSL 140º 0.4% 0.63% -
HSV(B) 140º 0.38% 0.78% -
XYZ 34.16 47.3 35.76 -
YUV 170.88 115.65 94.57 -
System Red Green Blue C M Y K H S L
Decimal 124 199 149 0.38 0 0.25 0.22 140 0.4 0.63
Hex 7C C7 95 26 0 19 16 8C 28 3F
Octal 174 307 225 46 0 31 26 214 50 77
Binary 1111100 11000111 10010101 100110 0 11001 10110 10001100 101000 111111

Color Harmonies of #7CC795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC795

Black with #7CC795

Text Example


Text Example

White with #7CC795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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