#75EF9C

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

Shades of Light Green #75EF9C

Tints of Light Green #75EF9C

Color information

#75EF9C (or 0x75EF9C) is unknown color: approx Light Green. HEX triplet: 75, EF and 9C. RGB value is (117,239,156). Sum of RGB (Red+Green+Blue) = 117+239+156=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #75EF9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EF9C is #8A1063. Grayscale: #C1C1C1. Windows color (decimal): -9048164 or 10284917. OLE color: 10284917.

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

Color convert

RGB117239156-
CMYK0.5100.350.06
HSL139.18º79.22%69.8%-
HSV(B)139.18º51.05%93.73%-
XYZ44.267.9242.23-
YUV193.06107.0873.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.85%
GREEN value IS 239 (93.75% from 255) = 46.68%
BLUE value IS 156 (61.33% from 255) = 30.47%
R=22.85%
G=46.68%
B=30.47%

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
Decimal1172391560.5100.350.06139.1879.2269.8
Hex75EF9C3302368b4f46
Octal165357234630436213117106
Binary1110101111011111001110011001101000111101000101110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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