#69DA72

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

Shades of Pastel Green #69DA72

Tints of Pastel Green #69DA72

Color information

#69DA72 (or 0x69DA72) is unknown color: approx Pastel Green. HEX triplet: 69, DA and 72. RGB value is (105,218,114). Sum of RGB (Red+Green+Blue) = 105+218+114=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #69DA72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DA72 is #96258D. Grayscale: #ACACAC. Windows color (decimal): -9840014 or 7527017. OLE color: 7527017.

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

Color convert

RGB105218114-
CMYK0.5200.480.15
HSL124.78º60.43%63.33%-
HSV(B)124.78º51.83%85.49%-
XYZ33.9354.3624.62-
YUV172.3695.0679.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.03%
GREEN value IS 218 (85.55% from 255) = 49.89%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=24.03%
G=49.89%
B=26.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052181140.5200.480.15124.7860.4363.33
Hex69DA7234030F7d3c3f
Octal15133216264060171757477
Binary1101001110110101110010110100011000011111111101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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