#75F081

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

Shades of Pastel Green #75F081

Tints of Pastel Green #75F081

Color information

#75F081 (or 0x75F081) is unknown color: approx Pastel Green. HEX triplet: 75, F0 and 81. RGB value is (117,240,129). Sum of RGB (Red+Green+Blue) = 117+240+129=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #75F081 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F081 is #8A0F7E. Grayscale: #BEBEBE. Windows color (decimal): -9047935 or 8515701. OLE color: 8515701.

HSL color Cylindrical-coordinate representation of color #75F081: hue angle of 125.85º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F081 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB117240129-
CMYK0.5100.460.06
HSL125.85º80.39%70%-
HSV(B)125.85º51.25%94.12%-
XYZ42.4667.6931.6-
YUV190.5793.2575.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.07%
GREEN value IS 240 (94.14% from 255) = 49.38%
BLUE value IS 129 (50.78% from 255) = 26.54%
R=24.07%
G=49.38%
B=26.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1172401290.5100.460.06125.8580.3970
Hex75F0813302E67e5046
Octal165360201630566176120106
Binary111010111110000100000011100110101110110111111010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,240,129); }

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

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

 a { background-color: rgb(117,240,129); }

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

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

 span { border-color: rgb(117,240,129); }

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