#75F287

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

Shades of Pastel Green #75F287

Tints of Pastel Green #75F287

Color information

#75F287 (or 0x75F287) is unknown color: approx Pastel Green. HEX triplet: 75, F2 and 87. RGB value is (117,242,135). Sum of RGB (Red+Green+Blue) = 117+242+135=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 135 (53.12% from 255 or 27.33% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #75F287 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F287 is #8A0D78. Grayscale: #C0C0C0. Windows color (decimal): -9047417 or 8909429. OLE color: 8909429.

HSL color Cylindrical-coordinate representation of color #75F287: hue angle of 128.64º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F287 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB117242135-
CMYK0.5200.440.05
HSL128.64º82.78%70.39%-
HSV(B)128.64º51.65%94.9%-
XYZ43.4669.0433.96-
YUV192.4395.5974.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.68%
GREEN value IS 242 (94.92% from 255) = 48.99%
BLUE value IS 135 (53.12% from 255) = 27.33%
R=23.68%
G=48.99%
B=27.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172421350.5200.440.05128.6482.7870.39
Hex75F2873402C5815346
Octal165362207640545201123106
Binary1110101111100101000011111010001011001011000000110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,242,135); }

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

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

 a { background-color: rgb(117,242,135); }

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

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

 span { border-color: rgb(117,242,135); }

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