#69DA7B

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

Shades of Pastel Green #69DA7B

Tints of Pastel Green #69DA7B

Color information

#69DA7B (or 0x69DA7B) is unknown color: approx Pastel Green. HEX triplet: 69, DA and 7B. RGB value is (105,218,123). Sum of RGB (Red+Green+Blue) = 105+218+123=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #69DA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DA7B is #962584. Grayscale: #ADADAD. Windows color (decimal): -9840005 or 8116841. OLE color: 8116841.

HSL color Cylindrical-coordinate representation of color #69DA7B: hue angle of 129.56º 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 #69DA7B is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB105218123-
CMYK0.5200.440.15
HSL129.56º60.43%63.33%-
HSV(B)129.56º51.83%85.49%-
XYZ34.4754.5827.46-
YUV173.3899.5679.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.54%
GREEN value IS 218 (85.55% from 255) = 48.88%
BLUE value IS 123 (48.44% from 255) = 27.58%
R=23.54%
G=48.88%
B=27.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052181230.5200.440.15129.5660.4363.33
Hex69DA7B3402CF823c3f
Octal15133217364054172027477
Binary11010011101101011110111101000101100111110000010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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