#75F09C

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

Shades of Light Green #75F09C

Tints of Light Green #75F09C

Color information

#75F09C (or 0x75F09C) is unknown color: approx Light Green. HEX triplet: 75, F0 and 9C. RGB value is (117,240,156). Sum of RGB (Red+Green+Blue) = 117+240+156=513 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.81% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #75F09C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F09C is #8A0F63. Grayscale: #C1C1C1. Windows color (decimal): -9047908 or 10285173. OLE color: 10285173.

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

Color convert

RGB117240156-
CMYK0.5100.350.06
HSL139.02º80.39%70%-
HSV(B)139.02º51.25%94.12%-
XYZ44.568.542.33-
YUV193.65106.7573.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.81%
GREEN value IS 240 (94.14% from 255) = 46.78%
BLUE value IS 156 (61.33% from 255) = 30.41%
R=22.81%
G=46.78%
B=30.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1172401560.5100.350.06139.0280.3970
Hex75F09C3302368b5046
Octal165360234630436213120106
Binary1110101111100001001110011001101000111101000101110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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