#75E35F

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

Shades of Pastel Green #75E35F

Tints of Pastel Green #75E35F

Color information

#75E35F (or 0x75E35F) is unknown color: approx Pastel Green. HEX triplet: 75, E3 and 5F. RGB value is (117,227,95). Sum of RGB (Red+Green+Blue) = 117+227+95=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 227 (89.06% from 255 or 51.71% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 227 - color contains mainly: green. Hex color #75E35F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E35F is #8A1CA0. Grayscale: #B3B3B3. Windows color (decimal): -9051297 or 6284149. OLE color: 6284149.

HSL color Cylindrical-coordinate representation of color #75E35F: hue angle of 110º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75E35F is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB11722795-
CMYK0.4800.580.11
HSL110º70.21%63.14%-
HSV(B)110º58.15%89.02%-
XYZ36.8759.5520.38-
YUV179.0680.5683.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.65%
GREEN value IS 227 (89.06% from 255) = 51.71%
BLUE value IS 95 (37.5% from 255) = 21.64%
R=26.65%
G=51.71%
B=21.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal117227950.4800.580.1111070.2163.14
Hex75E35F3003AB6e463f
Octal165343137600721315610677
Binary11101011110001110111111100000111010101111011101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,227,95); }

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

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

 a { background-color: rgb(117,227,95); }

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

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

 span { border-color: rgb(117,227,95); }

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