#69D97D

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

Shades of Pastel Green #69D97D

Tints of Pastel Green #69D97D

Color information

#69D97D (or 0x69D97D) is unknown color: approx Pastel Green. HEX triplet: 69, D9 and 7D. RGB value is (105,217,125). Sum of RGB (Red+Green+Blue) = 105+217+125=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #69D97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D97D is #962682. Grayscale: #ADADAD. Windows color (decimal): -9840259 or 8247657. OLE color: 8247657.

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

Color convert

RGB105217125-
CMYK0.5200.420.15
HSL130.71º59.57%63.14%-
HSV(B)130.71º51.61%85.1%-
XYZ34.3454.1128.04-
YUV173.02100.8979.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.49%
GREEN value IS 217 (85.16% from 255) = 48.55%
BLUE value IS 125 (49.22% from 255) = 27.96%
R=23.49%
G=48.55%
B=27.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052171250.5200.420.15130.7159.5763.14
Hex69D97D3402AF833c3f
Octal15133117564052172037477
Binary11010011101100111111011101000101010111110000011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,217,125); }

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

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

 a { background-color: rgb(105,217,125); }

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

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

 span { border-color: rgb(105,217,125); }

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