#69DD7F

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

Shades of Pastel Green #69DD7F

Tints of Pastel Green #69DD7F

Color information

#69DD7F (or 0x69DD7F) is unknown color: approx Pastel Green. HEX triplet: 69, DD and 7F. RGB value is (105,221,127). Sum of RGB (Red+Green+Blue) = 105+221+127=453 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.18% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #69DD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DD7F is #962280. Grayscale: #AFAFAF. Windows color (decimal): -9839233 or 8379753. OLE color: 8379753.

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

Color convert

RGB105221127-
CMYK0.5200.430.13
HSL131.38º63.04%63.92%-
HSV(B)131.38º52.49%86.67%-
XYZ35.5156.2529.06-
YUV175.6100.5777.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.18%
GREEN value IS 221 (86.72% from 255) = 48.79%
BLUE value IS 127 (50% from 255) = 28.04%
R=23.18%
G=48.79%
B=28.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052211270.5200.430.13131.3863.0463.92
Hex69DD7F3402BD833f40
Octal151335177640531520377100
Binary110100111011101111111111010001010111101100000111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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