Html Css Color HEX #7DCC96 Padua

📋 copy color: '#7DCC96'

red 125 ◦ green 204 ◦ blue 150

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

Shades of Padua #7DCC96

Tints of Padua #7DCC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.32%

R = 26.1%
G = 42.59%
B = 31.32%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#7DCC96 (or 0x7DCC96) is known color: Padua. HEX triplet: 7D, CC and 96. RGB value is (125,204,150). Sum of RGB (Red+Green+Blue) = 125+204+150=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCC96 is #823369. Grayscale: #AEAEAE. Windows color (decimal): -8532842 or 9882749. OLE color: 9882749.

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

Color convert

RGB 125 204 150 -
CMYK 0.39 0 0.26 0.2
HSL 138.99º 0.44% 0.65% -
HSV(B) 138.99º 0.39% 0.8% -
XYZ 35.56 49.75 36.58 -
YUV 174.22 114.33 92.89 -
System Red Green Blue C M Y K H S L
Decimal 125 204 150 0.39 0 0.26 0.2 138.99 0.44 0.65
Hex 7D CC 96 27 0 1A 14 8B 2C 41
Octal 175 314 226 47 0 32 24 213 54 101
Binary 1111101 11001100 10010110 100111 0 11010 10100 10001011 101100 1000001

Color Harmonies of #7DCC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCC96

Black with #7DCC96

Text Example


Text Example

White with #7DCC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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