Html Css Color HEX #7DCC99 Padua

📋 copy color: '#7DCC99'

red 125 ◦ green 204 ◦ blue 153

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

Shades of Padua #7DCC99

Tints of Padua #7DCC99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.74%

R = 25.93%
G = 42.32%
B = 31.74%

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

#7DCC99 (or 0x7DCC99) is known color: Padua. HEX triplet: 7D, CC and 99. RGB value is (125,204,153). Sum of RGB (Red+Green+Blue) = 125+204+153=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCC99 is #823366. Grayscale: #AEAEAE. Windows color (decimal): -8532839 or 10079357. OLE color: 10079357.

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

Color convert

RGB 125 204 153 -
CMYK 0.39 0 0.25 0.2
HSL 141.27º 0.44% 0.65% -
HSV(B) 141.27º 0.39% 0.8% -
XYZ 35.8 49.85 37.87 -
YUV 174.57 115.83 92.65 -
System Red Green Blue C M Y K H S L
Decimal 125 204 153 0.39 0 0.25 0.2 141.27 0.44 0.65
Hex 7D CC 99 27 0 19 14 8D 2C 41
Octal 175 314 231 47 0 31 24 215 54 101
Binary 1111101 11001100 10011001 100111 0 11001 10100 10001101 101100 1000001

Color Harmonies of #7DCC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCC99

Black with #7DCC99

Text Example


Text Example

White with #7DCC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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