#7CE082

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

Shades of Pastel Green #7CE082

Tints of Pastel Green #7CE082

Color information

#7CE082 (or 0x7CE082) is unknown color: approx Pastel Green. HEX triplet: 7C, E0 and 82. RGB value is (124,224,130). Sum of RGB (Red+Green+Blue) = 124+224+130=478 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.94% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CE082 is #831F7D. Grayscale: #B7B7B7. Windows color (decimal): -8593278 or 8577148. OLE color: 8577148.

HSL color Cylindrical-coordinate representation of color #7CE082: hue angle of 123.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CE082 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB124224130-
CMYK0.4500.420.12
HSL123.6º61.73%68.24%-
HSV(B)123.6º44.64%87.84%-
XYZ3959.2130.49-
YUV183.3897.8785.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.94%
GREEN value IS 224 (87.89% from 255) = 46.86%
BLUE value IS 130 (51.17% from 255) = 27.20%
R=25.94%
G=46.86%
B=27.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1242241300.4500.420.12123.661.7368.24
Hex7CE0822D02AC7c3e44
Octal174340202550521417476104
Binary111110011100000100000101011010101010110011111001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CE082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,224,130); }

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

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

 a { background-color: rgb(124,224,130); }

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

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

 span { border-color: rgb(124,224,130); }

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