#69DE86

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

Shades of Pastel Green #69DE86

Tints of Pastel Green #69DE86

Color information

#69DE86 (or 0x69DE86) is unknown color: approx Pastel Green. HEX triplet: 69, DE and 86. RGB value is (105,222,134). Sum of RGB (Red+Green+Blue) = 105+222+134=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 222 - color contains mainly: green. Hex color #69DE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69DE86 is #962179. Grayscale: #B1B1B1. Windows color (decimal): -9838970 or 8838761. OLE color: 8838761.

HSL color Cylindrical-coordinate representation of color #69DE86: hue angle of 134.87º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DE86 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB105222134-
CMYK0.5300.400.13
HSL134.87º63.93%64.12%-
HSV(B)134.87º52.7%87.06%-
XYZ36.2556.9731.64-
YUV176.98103.7476.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.78%
GREEN value IS 222 (87.11% from 255) = 48.16%
BLUE value IS 134 (52.73% from 255) = 29.07%
R=22.78%
G=48.16%
B=29.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052221340.5300.400.13134.8763.9364.12
Hex69DE8635028D874040
Octal1513362066505015207100100
Binary11010011101111010000110110101010100011011000011110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,222,134); }

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

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

 a { background-color: rgb(105,222,134); }

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

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

 span { border-color: rgb(105,222,134); }

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