#7CE069

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

Shades of Pastel Green #7CE069

Tints of Pastel Green #7CE069

Color information

#7CE069 (or 0x7CE069) is unknown color: approx Pastel Green. HEX triplet: 7C, E0 and 69. RGB value is (124,224,105). Sum of RGB (Red+Green+Blue) = 124+224+105=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE069 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CE069 is #831F96. Grayscale: #B4B4B4. Windows color (decimal): -8593303 or 6938748. OLE color: 6938748.

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

Color convert

RGB124224105-
CMYK0.4500.530.12
HSL110.42º65.75%64.51%-
HSV(B)110.42º53.12%87.84%-
XYZ37.5258.6222.7-
YUV180.5385.3787.68-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.37%
GREEN value IS 224 (87.89% from 255) = 49.45%
BLUE value IS 105 (41.41% from 255) = 23.18%
R=27.37%
G=49.45%
B=23.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1242241050.4500.530.12110.4265.7564.51
Hex7CE0692D035C6e4241
Octal1743401515506514156102101
Binary111110011100000110100110110101101011100110111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CE069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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