Html Css Color HEX #7FCD9D Padua

📋 copy color: '#7FCD9D'

red 127 ◦ green 205 ◦ blue 157

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

Shades of Padua #7FCD9D

Tints of Padua #7FCD9D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.92%

 BLUE value IS 157 (61.72% from 255) = 32.11%

R = 25.97%
G = 41.92%
B = 32.11%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#7FCD9D (or 0x7FCD9D) is known color: Padua. HEX triplet: 7F, CD and 9D. RGB value is (127,205,157). Sum of RGB (Red+Green+Blue) = 127+205+157=489 (64% of max value = 765). Red value is 127 (50% from 255 or 25.97% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCD9D is #803262. Grayscale: #B0B0B0. Windows color (decimal): -8401507 or 10341759. OLE color: 10341759.

HSL color Cylindrical-coordinate representation of color #7FCD9D: hue angle of 143.08º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCD9D is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 205 157 -
CMYK 0.38 0 0.23 0.20
HSL 143.08º 0.44% 0.65% -
HSV(B) 143.08º 0.38% 0.8% -
XYZ 36.67 50.61 39.73 -
YUV 176.21 117.16 92.9 -
System Red Green Blue C M Y K H S L
Decimal 127 205 157 0.38 0 0.23 0.20 143.08 0.44 0.65
Hex 7F CD 9D 26 0 17 14 8F 2C 41
Octal 177 315 235 46 0 27 24 217 54 101
Binary 1111111 11001101 10011101 100110 0 10111 10100 10001111 101100 1000001

Color Harmonies of #7FCD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCD9D

Black with #7FCD9D

Text Example


Text Example

White with #7FCD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,205,157); }

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

background-color css

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

 a { background-color: rgb(127,205,157); }

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

border-color css

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

 span { border-color: rgb(127,205,157); }

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