#69D782

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

Shades of Pastel Green #69D782

Tints of Pastel Green #69D782

Color information

#69D782 (or 0x69D782) is unknown color: approx Pastel Green. HEX triplet: 69, D7 and 82. RGB value is (105,215,130). Sum of RGB (Red+Green+Blue) = 105+215+130=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 215 - color contains mainly: green. Hex color #69D782 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D782 is #96287D. Grayscale: #ACACAC. Windows color (decimal): -9840766 or 8574825. OLE color: 8574825.

HSL color Cylindrical-coordinate representation of color #69D782: hue angle of 133.64º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D782 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB105215130-
CMYK0.5100.400.16
HSL133.64º57.89%62.75%-
HSV(B)133.64º51.16%84.31%-
XYZ34.1653.2229.59-
YUV172.42104.0679.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.33%
GREEN value IS 215 (84.38% from 255) = 47.78%
BLUE value IS 130 (51.17% from 255) = 28.89%
R=23.33%
G=47.78%
B=28.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1052151300.5100.400.16133.6457.8962.75
Hex69D7823302810863a3f
Octal15132720263050202067277
Binary1101001110101111000001011001101010001000010000110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,215,130); }

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

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

 a { background-color: rgb(105,215,130); }

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

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

 span { border-color: rgb(105,215,130); }

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