#69DA60

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

Shades of Pastel Green #69DA60

Tints of Pastel Green #69DA60

Color information

#69DA60 (or 0x69DA60) is unknown color: approx Pastel Green. HEX triplet: 69, DA and 60. RGB value is (105,218,96). Sum of RGB (Red+Green+Blue) = 105+218+96=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 218 (85.55% from 255 or 52.03% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 218 - color contains mainly: green. Hex color #69DA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DA60 is #96259F. Grayscale: #AAAAAA. Windows color (decimal): -9840032 or 6347369. OLE color: 6347369.

HSL color Cylindrical-coordinate representation of color #69DA60: hue angle of 115.57º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69DA60 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB10521896-
CMYK0.5200.560.15
HSL115.57º62.24%61.57%-
HSV(B)115.57º55.96%85.49%-
XYZ33.0153.9919.75-
YUV170.386.0681.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.06%
GREEN value IS 218 (85.55% from 255) = 52.03%
BLUE value IS 96 (37.89% from 255) = 22.91%
R=25.06%
G=52.03%
B=22.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal105218960.5200.560.15115.5762.2461.57
Hex69DA6034038F743e3e
Octal15133214064070171647676
Binary1101001110110101100000110100011100011111110100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,218,96); }

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

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

 a { background-color: rgb(105,218,96); }

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

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

 span { border-color: rgb(105,218,96); }

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