Html Css Color HEX #7DCC98 Padua

📋 copy color: '#7DCC98'

red 125 ◦ green 204 ◦ blue 152

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

Shades of Padua #7DCC98

Tints of Padua #7DCC98

RGB

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

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

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

R = 25.99%
G = 42.41%
B = 31.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#7DCC98 (or 0x7DCC98) is known color: Padua. HEX triplet: 7D, CC and 98. RGB value is (125,204,152). Sum of RGB (Red+Green+Blue) = 125+204+152=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCC98 is #823367. Grayscale: #AEAEAE. Windows color (decimal): -8532840 or 10013821. OLE color: 10013821.

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

Color convert

RGB 125 204 152 -
CMYK 0.39 0 0.25 0.2
HSL 140.51º 0.44% 0.65% -
HSV(B) 140.51º 0.39% 0.8% -
XYZ 35.72 49.81 37.44 -
YUV 174.45 115.33 92.73 -
System Red Green Blue C M Y K H S L
Decimal 125 204 152 0.39 0 0.25 0.2 140.51 0.44 0.65
Hex 7D CC 98 27 0 19 14 8D 2C 41
Octal 175 314 230 47 0 31 24 215 54 101
Binary 1111101 11001100 10011000 100111 0 11001 10100 10001101 101100 1000001

Color Harmonies of #7DCC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCC98

Black with #7DCC98

Text Example


Text Example

White with #7DCC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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