#7CD572

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

Shades of Pastel Green #7CD572

Tints of Pastel Green #7CD572

Color information

#7CD572 (or 0x7CD572) is unknown color: approx Pastel Green. HEX triplet: 7C, D5 and 72. RGB value is (124,213,114). Sum of RGB (Red+Green+Blue) = 124+213+114=451 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.49% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #7CD572 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD572 is #832A8D. Grayscale: #AFAFAF. Windows color (decimal): -8596110 or 7525756. OLE color: 7525756.

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

Color convert

RGB124213114-
CMYK0.4200.460.16
HSL113.94º54.1%64.12%-
HSV(B)113.94º46.48%83.53%-
XYZ35.1453.0924.31-
YUV175.193.5191.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.49%
GREEN value IS 213 (83.59% from 255) = 47.23%
BLUE value IS 114 (44.92% from 255) = 25.28%
R=27.49%
G=47.23%
B=25.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1242131140.4200.460.16113.9454.164.12
Hex7CD5722A02E10723640
Octal174325162520562016266100
Binary111110011010101111001010101001011101000011100101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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