#7CD672

Color #7CD672 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #7CD672

Tints of Pastel Green #7CD672

Color information

#7CD672 (or 0x7CD672) is unknown color: approx Pastel Green. HEX triplet: 7C, D6 and 72. RGB value is (124,214,114). Sum of RGB (Red+Green+Blue) = 124+214+114=452 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.43% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #7CD672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD672 is #83298D. Grayscale: #AFAFAF. Windows color (decimal): -8595854 or 7526012. OLE color: 7526012.

HSL color Cylindrical-coordinate representation of color #7CD672: hue angle of 114º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CD672 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB124214114-
CMYK0.4200.470.16
HSL114º54.95%64.31%-
HSV(B)114º46.73%83.92%-
XYZ35.453.5924.4-
YUV175.6993.1891.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.43%
GREEN value IS 214 (83.98% from 255) = 47.35%
BLUE value IS 114 (44.92% from 255) = 25.22%
R=27.43%
G=47.35%
B=25.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1242141140.4200.470.1611454.9564.31
Hex7CD6722A02F10723740
Octal174326162520572016267100
Binary111110011010110111001010101001011111000011100101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,214,114); }

 H1.HeaderClassName
 {
   color: #7CD672;
 }
 .AnyTagClassName
 {
   color: #7CD672;
 }
</style>
background-color css

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

 a { background-color: rgb(124,214,114); }

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

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

 span { border-color: rgb(124,214,114); }

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