#69D175

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

Shades of Pastel Green #69D175

Tints of Pastel Green #69D175

Color information

#69D175 (or 0x69D175) is unknown color: approx Pastel Green. HEX triplet: 69, D1 and 75. RGB value is (105,209,117). Sum of RGB (Red+Green+Blue) = 105+209+117=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 209 - color contains mainly: green. Hex color #69D175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D175 is #962E8A. Grayscale: #A7A7A7. Windows color (decimal): -9842315 or 7721321. OLE color: 7721321.

HSL color Cylindrical-coordinate representation of color #69D175: hue angle of 126.92º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D175 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB105209117-
CMYK0.5000.440.18
HSL126.92º53.06%61.57%-
HSV(B)126.92º49.76%81.96%-
XYZ31.8449.8924.78-
YUV167.4299.5483.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.36%
GREEN value IS 209 (82.03% from 255) = 48.49%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=24.36%
G=48.49%
B=27.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1052091170.5000.440.18126.9253.0661.57
Hex69D1753202C127f353e
Octal15132116562054221776576
Binary11010011101000111101011100100101100100101111111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,209,117); }

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

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

 a { background-color: rgb(105,209,117); }

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

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

 span { border-color: rgb(105,209,117); }

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