Html Css Color HEX #7FC194 Padua

📋 copy color: '#7FC194'

red 127 ◦ green 193 ◦ blue 148

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

Shades of Padua #7FC194

Tints of Padua #7FC194

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.24%

 BLUE value IS 148 (58.2% from 255) = 31.62%

R = 27.14%
G = 41.24%
B = 31.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#7FC194 (or 0x7FC194) is known color: Padua. HEX triplet: 7F, C1 and 94. RGB value is (127,193,148). Sum of RGB (Red+Green+Blue) = 127+193+148=468 (61% of max value = 765). Red value is 127 (50% from 255 or 27.14% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC194 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC194 is #803E6B. Grayscale: #A8A8A8. Windows color (decimal): -8404588 or 9748863. OLE color: 9748863.

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

Color convert

RGB 127 193 148 -
CMYK 0.34 0 0.23 0.24
HSL 139.09º 0.35% 0.63% -
HSV(B) 139.09º 0.34% 0.76% -
XYZ 33.17 44.79 34.91 -
YUV 168.14 116.63 98.66 -
System Red Green Blue C M Y K H S L
Decimal 127 193 148 0.34 0 0.23 0.24 139.09 0.35 0.63
Hex 7F C1 94 22 0 17 18 8B 23 3F
Octal 177 301 224 42 0 27 30 213 43 77
Binary 1111111 11000001 10010100 100010 0 10111 11000 10001011 100011 111111

Color Harmonies of #7FC194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC194

Black with #7FC194

Text Example


Text Example

White with #7FC194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,193,148); }

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

background-color css

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

 a { background-color: rgb(127,193,148); }

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

border-color css

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

 span { border-color: rgb(127,193,148); }

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