#75DC60

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

Shades of Pastel Green #75DC60

Tints of Pastel Green #75DC60

Color information

#75DC60 (or 0x75DC60) is unknown color: approx Pastel Green. HEX triplet: 75, DC and 60. RGB value is (117,220,96). Sum of RGB (Red+Green+Blue) = 117+220+96=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC60 is #8A239F. Grayscale: #AFAFAF. Windows color (decimal): -9053088 or 6347893. OLE color: 6347893.

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

Color convert

RGB11722096-
CMYK0.4700.560.14
HSL109.84º63.92%61.96%-
HSV(B)109.84º56.36%86.27%-
XYZ35.0455.8119.99-
YUV175.0783.3886.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.02%
GREEN value IS 220 (86.33% from 255) = 50.81%
BLUE value IS 96 (37.89% from 255) = 22.17%
R=27.02%
G=50.81%
B=22.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal117220960.4700.560.14109.8463.9261.96
Hex75DC602F038E6e403e
Octal165334140570701615610076
Binary11101011101110011000001011110111000111011011101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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