Html Css Color HEX #7DCE9D Padua

📋 copy color: '#7DCE9D'

red 125 ◦ green 206 ◦ blue 157

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

Shades of Padua #7DCE9D

Tints of Padua #7DCE9D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.21%

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

R = 25.61%
G = 42.21%
B = 32.17%

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

#7DCE9D (or 0x7DCE9D) is known color: Padua. HEX triplet: 7D, CE and 9D. RGB value is (125,206,157). Sum of RGB (Red+Green+Blue) = 125+206+157=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCE9D is #823162. Grayscale: #B0B0B0. Windows color (decimal): -8532323 or 10342013. OLE color: 10342013.

HSL color Cylindrical-coordinate representation of color #7DCE9D: hue angle of 143.7º 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 #7DCE9D is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 206 157 -
CMYK 0.39 0 0.24 0.19
HSL 143.7º 0.45% 0.65% -
HSV(B) 143.7º 0.39% 0.81% -
XYZ 36.61 50.94 39.8 -
YUV 176.2 117.16 91.48 -
System Red Green Blue C M Y K H S L
Decimal 125 206 157 0.39 0 0.24 0.19 143.7 0.45 0.65
Hex 7D CE 9D 27 0 18 13 90 2D 41
Octal 175 316 235 47 0 30 23 220 55 101
Binary 1111101 11001110 10011101 100111 0 11000 10011 10010000 101101 1000001

Color Harmonies of #7DCE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCE9D

Black with #7DCE9D

Text Example


Text Example

White with #7DCE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,206,157); }

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

background-color css

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

 a { background-color: rgb(125,206,157); }

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

border-color css

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

 span { border-color: rgb(125,206,157); }

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