#7CDF6A

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

Shades of Pastel Green #7CDF6A

Tints of Pastel Green #7CDF6A

Color information

#7CDF6A (or 0x7CDF6A) is unknown color: approx Pastel Green. HEX triplet: 7C, DF and 6A. RGB value is (124,223,106). Sum of RGB (Red+Green+Blue) = 124+223+106=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #7CDF6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDF6A is #832095. Grayscale: #B4B4B4. Windows color (decimal): -8593558 or 7004028. OLE color: 7004028.

HSL color Cylindrical-coordinate representation of color #7CDF6A: hue angle of 110.77º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7CDF6A is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB124223106-
CMYK0.4400.520.13
HSL110.77º64.64%64.51%-
HSV(B)110.77º52.47%87.45%-
XYZ37.358.122.88-
YUV180.0686.288.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.37%
GREEN value IS 223 (87.5% from 255) = 49.23%
BLUE value IS 106 (41.80% from 255) = 23.40%
R=27.37%
G=49.23%
B=23.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242231060.4400.520.13110.7764.6464.51
Hex7CDF6A2C034D6f4141
Octal1743371525406415157101101
Binary111110011011111110101010110001101001101110111110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,223,106); }

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

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

 a { background-color: rgb(124,223,106); }

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

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

 span { border-color: rgb(124,223,106); }

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