#7CE585

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

Shades of Pastel Green #7CE585

Tints of Pastel Green #7CE585

Color information

#7CE585 (or 0x7CE585) is unknown color: approx Pastel Green. HEX triplet: 7C, E5 and 85. RGB value is (124,229,133). Sum of RGB (Red+Green+Blue) = 124+229+133=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #7CE585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CE585 is #831A7A. Grayscale: #BABABA. Windows color (decimal): -8591995 or 8775036. OLE color: 8775036.

HSL color Cylindrical-coordinate representation of color #7CE585: hue angle of 125.14º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE585 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB124229133-
CMYK0.4600.420.10
HSL125.14º66.88%69.22%-
HSV(B)125.14º45.85%89.8%-
XYZ40.5762.0232.02-
YUV186.6697.7183.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.51%
GREEN value IS 229 (89.84% from 255) = 47.12%
BLUE value IS 133 (52.34% from 255) = 27.37%
R=25.51%
G=47.12%
B=27.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1242291330.4600.420.10125.1466.8869.22
Hex7CE5852E02AA7d4345
Octal1743452055605212175103105
Binary1111100111001011000010110111001010101010111110110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CE585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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