#75F09F

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

Shades of Light Green #75F09F

Tints of Light Green #75F09F

Color information

#75F09F (or 0x75F09F) is unknown color: approx Light Green. HEX triplet: 75, F0 and 9F. RGB value is (117,240,159). Sum of RGB (Red+Green+Blue) = 117+240+159=516 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.67% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #75F09F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F09F is #8A0F60. Grayscale: #C2C2C2. Windows color (decimal): -9047905 or 10481781. OLE color: 10481781.

HSL color Cylindrical-coordinate representation of color #75F09F: hue angle of 140.49º 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 #75F09F is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB117240159-
CMYK0.5100.340.06
HSL140.49º80.39%70%-
HSV(B)140.49º51.25%94.12%-
XYZ44.7568.6143.68-
YUV193.99108.2573.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.67%
GREEN value IS 240 (94.14% from 255) = 46.51%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=22.67%
G=46.51%
B=30.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1172401590.5100.340.06140.4980.3970
Hex75F09F3302268c5046
Octal165360237630426214120106
Binary1110101111100001001111111001101000101101000110010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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