Html Css Color HEX #7CC992 Padua

📋 copy color: '#7CC992'

red 124 ◦ green 201 ◦ blue 146

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

Shades of Padua #7CC992

Tints of Padua #7CC992

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.68%

 BLUE value IS 146 (57.42% from 255) = 31%

R = 26.33%
G = 42.68%
B = 31%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#7CC992 (or 0x7CC992) is known color: Padua. HEX triplet: 7C, C9 and 92. RGB value is (124,201,146). Sum of RGB (Red+Green+Blue) = 124+201+146=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC992 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC992 is #83366D. Grayscale: #ABABAB. Windows color (decimal): -8599150 or 9619836. OLE color: 9619836.

HSL color Cylindrical-coordinate representation of color #7CC992: hue angle of 137.14º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC992 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 124 201 146 -
CMYK 0.38 0 0.27 0.21
HSL 137.14º 0.42% 0.64% -
HSV(B) 137.14º 0.38% 0.79% -
XYZ 34.39 48.13 34.67 -
YUV 171.71 113.49 93.97 -
System Red Green Blue C M Y K H S L
Decimal 124 201 146 0.38 0 0.27 0.21 137.14 0.42 0.64
Hex 7C C9 92 26 0 1B 15 89 2A 40
Octal 174 311 222 46 0 33 25 211 52 100
Binary 1111100 11001001 10010010 100110 0 11011 10101 10001001 101010 1000000

Color Harmonies of #7CC992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC992

Black with #7CC992

Text Example


Text Example

White with #7CC992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,201,146); }

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

background-color css

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

 a { background-color: rgb(124,201,146); }

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

border-color css

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

 span { border-color: rgb(124,201,146); }

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