#75DA69

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

Shades of Pastel Green #75DA69

Tints of Pastel Green #75DA69

Color information

#75DA69 (or 0x75DA69) is unknown color: approx Pastel Green. HEX triplet: 75, DA and 69. RGB value is (117,218,105). Sum of RGB (Red+Green+Blue) = 117+218+105=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #75DA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DA69 is #8A2596. Grayscale: #AFAFAF. Windows color (decimal): -9053591 or 6937205. OLE color: 6937205.

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

Color convert

RGB117218105-
CMYK0.4600.520.15
HSL113.63º60.43%63.33%-
HSV(B)113.63º51.83%85.49%-
XYZ34.9654.9422.13-
YUV174.9288.5486.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.59%
GREEN value IS 218 (85.55% from 255) = 49.55%
BLUE value IS 105 (41.41% from 255) = 23.86%
R=26.59%
G=49.55%
B=23.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172181050.4600.520.15113.6360.4363.33
Hex75DA692E034F723c3f
Octal16533215156064171627477
Binary1110101110110101101001101110011010011111110010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75DA69; }

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

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

<style>
 a { background-color: #75DA69; }

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

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

<style>
 span { border-color: #75DA69; }

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

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