#75DD61

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

Shades of Pastel Green #75DD61

Tints of Pastel Green #75DD61

Color information

#75DD61 (or 0x75DD61) is unknown color: approx Pastel Green. HEX triplet: 75, DD and 61. RGB value is (117,221,97). Sum of RGB (Red+Green+Blue) = 117+221+97=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DD61 is #8A229E. Grayscale: #B0B0B0. Windows color (decimal): -9052831 or 6413685. OLE color: 6413685.

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

Color convert

RGB11722197-
CMYK0.4700.560.13
HSL110.32º64.58%62.35%-
HSV(B)110.32º56.11%86.67%-
XYZ35.3556.3620.32-
YUV175.7783.5486.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.90%
GREEN value IS 221 (86.72% from 255) = 50.80%
BLUE value IS 97 (38.28% from 255) = 22.30%
R=26.90%
G=50.80%
B=22.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal117221970.4700.560.13110.3264.5862.35
Hex75DD612F038D6e413e
Octal165335141570701515610176
Binary11101011101110111000011011110111000110111011101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,221,97); }

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

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

 a { background-color: rgb(117,221,97); }

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

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

 span { border-color: rgb(117,221,97); }

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