#69DC75

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

Shades of Pastel Green #69DC75

Tints of Pastel Green #69DC75

Color information

#69DC75 (or 0x69DC75) is unknown color: approx Pastel Green. HEX triplet: 69, DC and 75. RGB value is (105,220,117). Sum of RGB (Red+Green+Blue) = 105+220+117=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #69DC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DC75 is #96238A. Grayscale: #AEAEAE. Windows color (decimal): -9839499 or 7724137. OLE color: 7724137.

HSL color Cylindrical-coordinate representation of color #69DC75: hue angle of 126.26º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DC75 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB105220117-
CMYK0.5200.470.14
HSL126.26º62.16%63.73%-
HSV(B)126.26º52.27%86.27%-
XYZ34.6355.4725.71-
YUV173.8795.978.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.76%
GREEN value IS 220 (86.33% from 255) = 49.77%
BLUE value IS 117 (46.09% from 255) = 26.47%
R=23.76%
G=49.77%
B=26.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1052201170.5200.470.14126.2662.1663.73
Hex69DC753402FE7e3e40
Octal151334165640571617676100
Binary11010011101110011101011101000101111111011111101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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