#75E064

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

Shades of Pastel Green #75E064

Tints of Pastel Green #75E064

Color information

#75E064 (or 0x75E064) is unknown color: approx Pastel Green. HEX triplet: 75, E0 and 64. RGB value is (117,224,100). Sum of RGB (Red+Green+Blue) = 117+224+100=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 224 (87.89% from 255 or 50.79% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 224 - color contains mainly: green. Hex color #75E064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E064 is #8A1F9B. Grayscale: #B2B2B2. Windows color (decimal): -9052060 or 6611061. OLE color: 6611061.

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

Color convert

RGB117224100-
CMYK0.4800.550.12
HSL111.77º66.67%63.53%-
HSV(B)111.77º55.36%87.84%-
XYZ36.2958.0121.34-
YUV177.8784.0584.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.53%
GREEN value IS 224 (87.89% from 255) = 50.79%
BLUE value IS 100 (39.45% from 255) = 22.68%
R=26.53%
G=50.79%
B=22.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1172241000.4800.550.12111.7766.6763.53
Hex75E06430037C704340
Octal1653401446006714160103100
Binary111010111100000110010011000001101111100111000010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75E064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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