#7CCD72

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

Shades of Pastel Green #7CCD72

Tints of Pastel Green #7CCD72

Color information

#7CCD72 (or 0x7CCD72) is unknown color: approx Pastel Green. HEX triplet: 7C, CD and 72. RGB value is (124,205,114). Sum of RGB (Red+Green+Blue) = 124+205+114=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCD72 is #83328D. Grayscale: #AAAAAA. Windows color (decimal): -8598158 or 7523708. OLE color: 7523708.

HSL color Cylindrical-coordinate representation of color #7CCD72: hue angle of 113.41º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CCD72 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB124205114-
CMYK0.4000.440.20
HSL113.41º47.64%62.55%-
HSV(B)113.41º44.39%80.39%-
XYZ33.1849.1623.66-
YUV170.4196.1694.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.99%
GREEN value IS 205 (80.47% from 255) = 46.28%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=27.99%
G=46.28%
B=25.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1242051140.4000.440.20113.4147.6462.55
Hex7CCD722802C1471303f
Octal17431516250054241616077
Binary11111001100110111100101010000101100101001110001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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