#69E980

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

Shades of Pastel Green #69E980

Tints of Pastel Green #69E980

Color information

#69E980 (or 0x69E980) is unknown color: approx Pastel Green. HEX triplet: 69, E9 and 80. RGB value is (105,233,128). Sum of RGB (Red+Green+Blue) = 105+233+128=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 233 (91.41% from 255 or 50% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 233 - color contains mainly: green. Hex color #69E980 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69E980 is #96167F. Grayscale: #B7B7B7. Windows color (decimal): -9836160 or 8448361. OLE color: 8448361.

HSL color Cylindrical-coordinate representation of color #69E980: hue angle of 130.78º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E980 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB105233128-
CMYK0.5500.450.09
HSL130.78º74.42%66.27%-
HSV(B)130.78º54.94%91.37%-
XYZ38.8662.8430.5-
YUV182.7697.0972.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.53%
GREEN value IS 233 (91.41% from 255) = 50%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=22.53%
G=50%
B=27.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1052331280.5500.450.09130.7874.4266.27
Hex69E9803702D9834a42
Octal1513512006705511203112102
Binary11010011110100110000000110111010110110011000001110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69E980; }

 p { color: rgb(105,233,128); }

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

<style>
 a { background-color: #69E980; }

 a { background-color: rgb(105,233,128); }

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

<style>
 span { border-color: #69E980; }

 span { border-color: rgb(105,233,128); }

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