Html Css Color HEX #7FCF9D Padua

📋 copy color: '#7FCF9D'

red 127 ◦ green 207 ◦ blue 157

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

Shades of Padua #7FCF9D

Tints of Padua #7FCF9D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.16%

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

R = 25.87%
G = 42.16%
B = 31.98%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#7FCF9D (or 0x7FCF9D) is known color: Padua. HEX triplet: 7F, CF and 9D. RGB value is (127,207,157). Sum of RGB (Red+Green+Blue) = 127+207+157=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCF9D is #803062. Grayscale: #B1B1B1. Windows color (decimal): -8400995 or 10342271. OLE color: 10342271.

HSL color Cylindrical-coordinate representation of color #7FCF9D: hue angle of 142.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FCF9D is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 207 157 -
CMYK 0.39 0 0.24 0.19
HSL 142.5º 0.45% 0.65% -
HSV(B) 142.5º 0.39% 0.81% -
XYZ 37.15 51.57 39.89 -
YUV 177.38 116.5 92.07 -
System Red Green Blue C M Y K H S L
Decimal 127 207 157 0.39 0 0.24 0.19 142.5 0.45 0.65
Hex 7F CF 9D 27 0 18 13 8E 2D 41
Octal 177 317 235 47 0 30 23 216 55 101
Binary 1111111 11001111 10011101 100111 0 11000 10011 10001110 101101 1000001

Color Harmonies of #7FCF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCF9D

Black with #7FCF9D

Text Example


Text Example

White with #7FCF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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