#7CC975

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

Shades of Pastel Green #7CC975

Tints of Pastel Green #7CC975

Color information

#7CC975 (or 0x7CC975) is unknown color: approx Pastel Green. HEX triplet: 7C, C9 and 75. RGB value is (124,201,117). Sum of RGB (Red+Green+Blue) = 124+201+117=442 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.05% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC975 is #83368A. Grayscale: #A8A8A8. Windows color (decimal): -8599179 or 7719292. OLE color: 7719292.

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

Color convert

RGB124201117-
CMYK0.3800.420.21
HSL115º43.75%62.35%-
HSV(B)115º41.79%78.82%-
XYZ32.4147.3424.26-
YUV168.498.9996.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.05%
GREEN value IS 201 (78.91% from 255) = 45.48%
BLUE value IS 117 (46.09% from 255) = 26.47%
R=28.05%
G=45.48%
B=26.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1242011170.3800.420.2111543.7562.35
Hex7CC9752602A15732c3e
Octal17431116546052251635476
Binary11111001100100111101011001100101010101011110011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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