#69DD60

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

Shades of Pastel Green #69DD60

Tints of Pastel Green #69DD60

Color information

#69DD60 (or 0x69DD60) is unknown color: approx Pastel Green. HEX triplet: 69, DD and 60. RGB value is (105,221,96). Sum of RGB (Red+Green+Blue) = 105+221+96=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DD60 is #96229F. Grayscale: #ACACAC. Windows color (decimal): -9839264 or 6348137. OLE color: 6348137.

HSL color Cylindrical-coordinate representation of color #69DD60: hue angle of 115.68º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69DD60 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB10522196-
CMYK0.5200.570.13
HSL115.68º64.77%62.16%-
HSV(B)115.68º56.56%86.67%-
XYZ33.7955.5620.01-
YUV172.0785.0780.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 221 (86.72% from 255) = 52.37%
BLUE value IS 96 (37.89% from 255) = 22.75%
R=24.88%
G=52.37%
B=22.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal105221960.5200.570.13115.6864.7762.16
Hex69DD6034039D74413e
Octal151335140640711516410176
Binary11010011101110111000001101000111001110111101001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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