#75FC8B

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

Shades of Light Green #75FC8B

Tints of Light Green #75FC8B

Color information

#75FC8B (or 0x75FC8B) is unknown color: approx Light Green. HEX triplet: 75, FC and 8B. RGB value is (117,252,139). Sum of RGB (Red+Green+Blue) = 117+252+139=508 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.03% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #75FC8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FC8B is #8A0374. Grayscale: #C7C7C7. Windows color (decimal): -9044853 or 9174133. OLE color: 9174133.

HSL color Cylindrical-coordinate representation of color #75FC8B: hue angle of 129.78º 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 #75FC8B is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB117252139-
CMYK0.5400.450.01
HSL129.78º95.74%72.35%-
HSV(B)129.78º53.57%98.82%-
XYZ46.8175.2736.49-
YUV198.7594.2769.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.03%
GREEN value IS 252 (98.83% from 255) = 49.61%
BLUE value IS 139 (54.69% from 255) = 27.36%
R=23.03%
G=49.61%
B=27.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172521390.5400.450.01129.7895.7472.35
Hex75FC8B3602D1826048
Octal165374213660551202140110
Binary11101011111110010001011110110010110111000001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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