Html Css Color HEX #7DCE98 Padua

📋 copy color: '#7DCE98'

red 125 ◦ green 206 ◦ blue 152

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

Shades of Padua #7DCE98

Tints of Padua #7DCE98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.47%

R = 25.88%
G = 42.65%
B = 31.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#7DCE98 (or 0x7DCE98) is known color: Padua. HEX triplet: 7D, CE and 98. RGB value is (125,206,152). Sum of RGB (Red+Green+Blue) = 125+206+152=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCE98 is #823167. Grayscale: #AFAFAF. Windows color (decimal): -8532328 or 10014333. OLE color: 10014333.

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

Color convert

RGB 125 206 152 -
CMYK 0.39 0 0.26 0.19
HSL 140º 0.45% 0.65% -
HSV(B) 140º 0.39% 0.81% -
XYZ 36.2 50.77 37.6 -
YUV 175.63 114.66 91.89 -
System Red Green Blue C M Y K H S L
Decimal 125 206 152 0.39 0 0.26 0.19 140 0.45 0.65
Hex 7D CE 98 27 0 1A 13 8C 2D 41
Octal 175 316 230 47 0 32 23 214 55 101
Binary 1111101 11001110 10011000 100111 0 11010 10011 10001100 101101 1000001

Color Harmonies of #7DCE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCE98

Black with #7DCE98

Text Example


Text Example

White with #7DCE98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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