Html Css Color HEX #7CCC97 Padua

📋 copy color: '#7CCC97'

red 124 ◦ green 204 ◦ blue 151

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

Shades of Padua #7CCC97

Tints of Padua #7CCC97

RGB

 RED value IS 124 (48.83% from 255) = 25.89%

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

 BLUE value IS 151 (59.38% from 255) = 31.52%

R = 25.89%
G = 42.59%
B = 31.52%

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

#7CCC97 (or 0x7CCC97) is known color: Padua. HEX triplet: 7C, CC and 97. RGB value is (124,204,151). Sum of RGB (Red+Green+Blue) = 124+204+151=479 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.89% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCC97 is #833368. Grayscale: #AEAEAE. Windows color (decimal): -8598377 or 9948284. OLE color: 9948284.

HSL color Cylindrical-coordinate representation of color #7CCC97: hue angle of 140.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCC97 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 204 151 -
CMYK 0.39 0 0.26 0.2
HSL 140.25º 0.44% 0.64% -
HSV(B) 140.25º 0.39% 0.8% -
XYZ 35.49 49.71 37 -
YUV 174.04 115 92.31 -
System Red Green Blue C M Y K H S L
Decimal 124 204 151 0.39 0 0.26 0.2 140.25 0.44 0.64
Hex 7C CC 97 27 0 1A 14 8C 2C 40
Octal 174 314 227 47 0 32 24 214 54 100
Binary 1111100 11001100 10010111 100111 0 11010 10100 10001100 101100 1000000

Color Harmonies of #7CCC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCC97

Black with #7CCC97

Text Example


Text Example

White with #7CCC97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,204,151); }

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

background-color css

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

 a { background-color: rgb(124,204,151); }

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

border-color css

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

 span { border-color: rgb(124,204,151); }

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