Html Css Color HEX #7FCD9E Padua

📋 copy color: '#7FCD9E'

red 127 ◦ green 205 ◦ blue 158

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

Shades of Padua #7FCD9E

Tints of Padua #7FCD9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.24%

R = 25.92%
G = 41.84%
B = 32.24%

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

#7FCD9E (or 0x7FCD9E) is known color: Padua. HEX triplet: 7F, CD and 9E. RGB value is (127,205,158). Sum of RGB (Red+Green+Blue) = 127+205+158=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCD9E is #803261. Grayscale: #B0B0B0. Windows color (decimal): -8401506 or 10407295. OLE color: 10407295.

HSL color Cylindrical-coordinate representation of color #7FCD9E: hue angle of 143.85º 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 #7FCD9E is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 205 158 -
CMYK 0.38 0 0.23 0.20
HSL 143.85º 0.44% 0.65% -
HSV(B) 143.85º 0.38% 0.8% -
XYZ 36.76 50.64 40.19 -
YUV 176.32 117.66 92.82 -
System Red Green Blue C M Y K H S L
Decimal 127 205 158 0.38 0 0.23 0.20 143.85 0.44 0.65
Hex 7F CD 9E 26 0 17 14 90 2C 41
Octal 177 315 236 46 0 27 24 220 54 101
Binary 1111111 11001101 10011110 100110 0 10111 10100 10010000 101100 1000001

Color Harmonies of #7FCD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCD9E

Black with #7FCD9E

Text Example


Text Example

White with #7FCD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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