#75D962

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

Shades of Pastel Green #75D962

Tints of Pastel Green #75D962

Color information

#75D962 (or 0x75D962) is unknown color: approx Pastel Green. HEX triplet: 75, D9 and 62. RGB value is (117,217,98). Sum of RGB (Red+Green+Blue) = 117+217+98=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #75D962 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D962 is #8A269D. Grayscale: #ADADAD. Windows color (decimal): -9053854 or 6478197. OLE color: 6478197.

HSL color Cylindrical-coordinate representation of color #75D962: hue angle of 110.42º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75D962 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB11721798-
CMYK0.4600.550.15
HSL110.42º61.03%61.76%-
HSV(B)110.42º54.84%85.1%-
XYZ34.3554.2920.22-
YUV173.5385.3787.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.08%
GREEN value IS 217 (85.16% from 255) = 50.23%
BLUE value IS 98 (38.67% from 255) = 22.69%
R=27.08%
G=50.23%
B=22.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal117217980.4600.550.15110.4261.0361.76
Hex75D9622E037F6e3d3e
Octal16533114256067171567576
Binary1110101110110011100010101110011011111111101110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,217,98); }

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

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

 a { background-color: rgb(117,217,98); }

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

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

 span { border-color: rgb(117,217,98); }

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