#69E881

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

Shades of Pastel Green #69E881

Tints of Pastel Green #69E881

Color information

#69E881 (or 0x69E881) is unknown color: approx Pastel Green. HEX triplet: 69, E8 and 81. RGB value is (105,232,129). Sum of RGB (Red+Green+Blue) = 105+232+129=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 232 (91.02% from 255 or 49.79% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 232 - color contains mainly: green. Hex color #69E881 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69E881 is #96177E. Grayscale: #B6B6B6. Windows color (decimal): -9836415 or 8513641. OLE color: 8513641.

HSL color Cylindrical-coordinate representation of color #69E881: hue angle of 131.34º degrees, saturation: 0.73, 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 #69E881 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB105232129-
CMYK0.5500.440.09
HSL131.34º73.41%66.08%-
HSV(B)131.34º54.74%90.98%-
XYZ38.6462.330.76-
YUV182.2897.9272.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.53%
GREEN value IS 232 (91.02% from 255) = 49.79%
BLUE value IS 129 (50.78% from 255) = 27.68%
R=22.53%
G=49.79%
B=27.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1052321290.5500.440.09131.3473.4166.08
Hex69E8813702C9834942
Octal1513502016705411203111102
Binary11010011110100010000001110111010110010011000001110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,232,129); }

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

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

 a { background-color: rgb(105,232,129); }

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

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

 span { border-color: rgb(105,232,129); }

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