Html Css Color HEX #7FCA98 Padua

📋 copy color: '#7FCA98'

red 127 ◦ green 202 ◦ blue 152

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

Shades of Padua #7FCA98

Tints of Padua #7FCA98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.6%

R = 26.4%
G = 42%
B = 31.6%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#7FCA98 (or 0x7FCA98) is known color: Padua. HEX triplet: 7F, CA and 98. RGB value is (127,202,152). Sum of RGB (Red+Green+Blue) = 127+202+152=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCA98 is #803567. Grayscale: #AEAEAE. Windows color (decimal): -8402280 or 10013311. OLE color: 10013311.

HSL color Cylindrical-coordinate representation of color #7FCA98: hue angle of 140º 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 #7FCA98 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 202 152 -
CMYK 0.37 0 0.25 0.21
HSL 140º 0.41% 0.65% -
HSV(B) 140º 0.37% 0.79% -
XYZ 35.54 49.02 37.29 -
YUV 173.88 115.65 94.57 -
System Red Green Blue C M Y K H S L
Decimal 127 202 152 0.37 0 0.25 0.21 140 0.41 0.65
Hex 7F CA 98 25 0 19 15 8C 29 41
Octal 177 312 230 45 0 31 25 214 51 101
Binary 1111111 11001010 10011000 100101 0 11001 10101 10001100 101001 1000001

Color Harmonies of #7FCA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCA98

Black with #7FCA98

Text Example


Text Example

White with #7FCA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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