#75E061

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

Shades of Pastel Green #75E061

Tints of Pastel Green #75E061

Color information

#75E061 (or 0x75E061) is unknown color: approx Pastel Green. HEX triplet: 75, E0 and 61. RGB value is (117,224,97). Sum of RGB (Red+Green+Blue) = 117+224+97=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #75E061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E061 is #8A1F9E. Grayscale: #B1B1B1. Windows color (decimal): -9052063 or 6414453. OLE color: 6414453.

HSL color Cylindrical-coordinate representation of color #75E061: hue angle of 110.55º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75E061 is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB11722497-
CMYK0.4800.570.12
HSL110.55º67.2%62.94%-
HSV(B)110.55º56.7%87.84%-
XYZ36.1557.9620.59-
YUV177.5382.5584.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.71%
GREEN value IS 224 (87.89% from 255) = 51.14%
BLUE value IS 97 (38.28% from 255) = 22.15%
R=26.71%
G=51.14%
B=22.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal117224970.4800.570.12110.5567.262.94
Hex75E06130039C6f433f
Octal165340141600711415710377
Binary11101011110000011000011100000111001110011011111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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