#7CCF7A

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

Shades of Pastel Green #7CCF7A

Tints of Pastel Green #7CCF7A

Color information

#7CCF7A (or 0x7CCF7A) is unknown color: approx Pastel Green. HEX triplet: 7C, CF and 7A. RGB value is (124,207,122). Sum of RGB (Red+Green+Blue) = 124+207+122=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCF7A is #833085. Grayscale: #ACACAC. Windows color (decimal): -8597638 or 8048508. OLE color: 8048508.

HSL color Cylindrical-coordinate representation of color #7CCF7A: hue angle of 118.59º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CCF7A is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB124207122-
CMYK0.4000.410.19
HSL118.59º46.96%64.51%-
HSV(B)118.59º41.06%81.18%-
XYZ34.1450.3226.33-
YUV172.4999.593.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.37%
GREEN value IS 207 (81.25% from 255) = 45.70%
BLUE value IS 122 (48.05% from 255) = 26.93%
R=27.37%
G=45.70%
B=26.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1242071220.4000.410.19118.5946.9664.51
Hex7CCF7A2802913772f41
Octal174317172500512316757101
Binary111110011001111111101010100001010011001111101111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,207,122); }

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

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

 a { background-color: rgb(124,207,122); }

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

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

 span { border-color: rgb(124,207,122); }

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