#69DD64

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

Shades of Pastel Green #69DD64

Tints of Pastel Green #69DD64

Color information

#69DD64 (or 0x69DD64) is unknown color: approx Pastel Green. HEX triplet: 69, DD and 64. RGB value is (105,221,100). Sum of RGB (Red+Green+Blue) = 105+221+100=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DD64 is #96229B. Grayscale: #ACACAC. Windows color (decimal): -9839260 or 6610281. OLE color: 6610281.

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

Color convert

RGB105221100-
CMYK0.5200.550.13
HSL117.52º64.02%62.94%-
HSV(B)117.52º54.75%86.67%-
XYZ33.9855.6421-
YUV172.5287.0779.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.65%
GREEN value IS 221 (86.72% from 255) = 51.88%
BLUE value IS 100 (39.45% from 255) = 23.47%
R=24.65%
G=51.88%
B=23.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052211000.5200.550.13117.5264.0262.94
Hex69DD6434037D76403f
Octal151335144640671516610077
Binary11010011101110111001001101000110111110111101101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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