Html Css Color HEX #7DCC9E Padua

📋 copy color: '#7DCC9E'

red 125 ◦ green 204 ◦ blue 158

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

Shades of Padua #7DCC9E

Tints of Padua #7DCC9E

RGB

 RED value IS 125 (49.22% from 255) = 25.67%

 GREEN value IS 204 (80.08% from 255) = 41.89%

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

R = 25.67%
G = 41.89%
B = 32.44%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#7DCC9E (or 0x7DCC9E) is known color: Padua. HEX triplet: 7D, CC and 9E. RGB value is (125,204,158). Sum of RGB (Red+Green+Blue) = 125+204+158=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCC9E is #823361. Grayscale: #AFAFAF. Windows color (decimal): -8532834 or 10407037. OLE color: 10407037.

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

Color convert

RGB 125 204 158 -
CMYK 0.39 0 0.23 0.2
HSL 145.06º 0.44% 0.65% -
HSV(B) 145.06º 0.39% 0.8% -
XYZ 36.22 50.01 40.09 -
YUV 175.14 118.33 92.24 -
System Red Green Blue C M Y K H S L
Decimal 125 204 158 0.39 0 0.23 0.2 145.06 0.44 0.65
Hex 7D CC 9E 27 0 17 14 91 2C 41
Octal 175 314 236 47 0 27 24 221 54 101
Binary 1111101 11001100 10011110 100111 0 10111 10100 10010001 101100 1000001

Color Harmonies of #7DCC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCC9E

Black with #7DCC9E

Text Example


Text Example

White with #7DCC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,204,158); }

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

background-color css

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

 a { background-color: rgb(125,204,158); }

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

border-color css

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

 span { border-color: rgb(125,204,158); }

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