Html Css Color HEX #7FCA99 Padua

📋 copy color: '#7FCA99'

red 127 ◦ green 202 ◦ blue 153

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

Shades of Padua #7FCA99

Tints of Padua #7FCA99

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.91%

 BLUE value IS 153 (60.16% from 255) = 31.74%

R = 26.35%
G = 41.91%
B = 31.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#7FCA99 (or 0x7FCA99) is known color: Padua. HEX triplet: 7F, CA and 99. RGB value is (127,202,153). Sum of RGB (Red+Green+Blue) = 127+202+153=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCA99 is #803566. Grayscale: #AEAEAE. Windows color (decimal): -8402279 or 10078847. OLE color: 10078847.

HSL color Cylindrical-coordinate representation of color #7FCA99: hue angle of 140.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCA99 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 202 153 -
CMYK 0.37 0 0.24 0.21
HSL 140.8º 0.41% 0.65% -
HSV(B) 140.8º 0.37% 0.79% -
XYZ 35.62 49.05 37.73 -
YUV 173.99 116.15 94.48 -
System Red Green Blue C M Y K H S L
Decimal 127 202 153 0.37 0 0.24 0.21 140.8 0.41 0.65
Hex 7F CA 99 25 0 18 15 8D 29 41
Octal 177 312 231 45 0 30 25 215 51 101
Binary 1111111 11001010 10011001 100101 0 11000 10101 10001101 101001 1000001

Color Harmonies of #7FCA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCA99

Black with #7FCA99

Text Example


Text Example

White with #7FCA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,202,153); }

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

background-color css

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

 a { background-color: rgb(127,202,153); }

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

border-color css

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

 span { border-color: rgb(127,202,153); }

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