#7CEC85

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

Shades of Pastel Green #7CEC85

Tints of Pastel Green #7CEC85

Color information

#7CEC85 (or 0x7CEC85) is unknown color: approx Pastel Green. HEX triplet: 7C, EC and 85. RGB value is (124,236,133). Sum of RGB (Red+Green+Blue) = 124+236+133=493 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.15% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #7CEC85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CEC85 is #83137A. Grayscale: #BFBFBF. Windows color (decimal): -8590203 or 8776828. OLE color: 8776828.

HSL color Cylindrical-coordinate representation of color #7CEC85: hue angle of 124.82º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CEC85 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB124236133-
CMYK0.4700.440.07
HSL124.82º74.67%70.59%-
HSV(B)124.82º47.46%92.55%-
XYZ42.5465.9732.68-
YUV190.7795.3980.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.15%
GREEN value IS 236 (92.58% from 255) = 47.87%
BLUE value IS 133 (52.34% from 255) = 26.98%
R=25.15%
G=47.87%
B=26.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1242361330.4700.440.07124.8274.6770.59
Hex7CEC852F02C77d4b47
Octal174354205570547175113107
Binary111110011101100100001011011110101100111111110110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CEC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,236,133); }

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

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

 a { background-color: rgb(124,236,133); }

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

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

 span { border-color: rgb(124,236,133); }

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