Html Css Color HEX #7FC095 Padua

📋 copy color: '#7FC095'

red 127 ◦ green 192 ◦ blue 149

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

Shades of Padua #7FC095

Tints of Padua #7FC095

RGB

 RED value IS 127 (50% from 255) = 27.14%

 GREEN value IS 192 (75.39% from 255) = 41.03%

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

R = 27.14%
G = 41.03%
B = 31.84%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#7FC095 (or 0x7FC095) is known color: Padua. HEX triplet: 7F, C0 and 95. RGB value is (127,192,149). Sum of RGB (Red+Green+Blue) = 127+192+149=468 (61% of max value = 765). Red value is 127 (50% from 255 or 27.14% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC095 is #803F6A. Grayscale: #A7A7A7. Windows color (decimal): -8404843 or 9814143. OLE color: 9814143.

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

Color convert

RGB 127 192 149 -
CMYK 0.34 0 0.22 0.25
HSL 140.31º 0.34% 0.63% -
HSV(B) 140.31º 0.34% 0.75% -
XYZ 33.03 44.38 35.26 -
YUV 167.66 117.47 99 -
System Red Green Blue C M Y K H S L
Decimal 127 192 149 0.34 0 0.22 0.25 140.31 0.34 0.63
Hex 7F C0 95 22 0 16 19 8C 22 3F
Octal 177 300 225 42 0 26 31 214 42 77
Binary 1111111 11000000 10010101 100010 0 10110 11001 10001100 100010 111111

Color Harmonies of #7FC095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC095

Black with #7FC095

Text Example


Text Example

White with #7FC095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,192,149); }

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

background-color css

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

 a { background-color: rgb(127,192,149); }

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

border-color css

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

 span { border-color: rgb(127,192,149); }

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