#75FC8E

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

Shades of Light Green #75FC8E

Tints of Light Green #75FC8E

Color information

#75FC8E (or 0x75FC8E) is unknown color: approx Light Green. HEX triplet: 75, FC and 8E. RGB value is (117,252,142). Sum of RGB (Red+Green+Blue) = 117+252+142=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #75FC8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FC8E is #8A0371. Grayscale: #C7C7C7. Windows color (decimal): -9044850 or 9370741. OLE color: 9370741.

HSL color Cylindrical-coordinate representation of color #75FC8E: hue angle of 131.11º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FC8E is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB117252142-
CMYK0.5400.440.01
HSL131.11º95.74%72.35%-
HSV(B)131.11º53.57%98.82%-
XYZ47.0375.3637.66-
YUV199.0995.7769.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.90%
GREEN value IS 252 (98.83% from 255) = 49.32%
BLUE value IS 142 (55.86% from 255) = 27.79%
R=22.90%
G=49.32%
B=27.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172521420.5400.440.01131.1195.7472.35
Hex75FC8E3602C1836048
Octal165374216660541203140110
Binary11101011111110010001110110110010110011000001111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,252,142); }

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

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

 a { background-color: rgb(117,252,142); }

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

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

 span { border-color: rgb(117,252,142); }

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