#75dc85

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

Shades of Pastel Green #75DC85

Tints of Pastel Green #75DC85

Color information

#75DC85 (or 0x75DC85) is unknown color: approx Pastel Green. HEX triplet: 75, DC and 85. RGB value is (117,220,133). Sum of RGB (Red+Green+Blue) = 117+220+133=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DC85 is #8A237A. Grayscale: #B3B3B3. Windows color (decimal): -9053051 or 8772725. OLE color: 8772725.

HSL color Cylindrical-coordinate representation of color #75DC85: hue angle of 129.32º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DC85 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB117220133-
CMYK0.4700.400.14
HSL129.32º59.54%66.08%-
HSV(B)129.32º46.82%86.27%-
XYZ37.1656.6631.17-
YUV179.28101.8883.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.89%
GREEN value IS 220 (86.33% from 255) = 46.81%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=24.89%
G=46.81%
B=28.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1172201330.4700.400.14129.3259.5466.08
Hex75DC852F028E813c42
Octal165334205570501620174102
Binary1110101110111001000010110111101010001110100000011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75dc85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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