#75FCA1

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

Shades of Light Green #75FCA1

Tints of Light Green #75FCA1

Color information

#75FCA1 (or 0x75FCA1) is unknown color: approx Light Green. HEX triplet: 75, FC and A1. RGB value is (117,252,161). Sum of RGB (Red+Green+Blue) = 117+252+161=530 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.08% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #75FCA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FCA1 is #8A035E. Grayscale: #C9C9C9. Windows color (decimal): -9044831 or 10615925. OLE color: 10615925.

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

Color convert

RGB117252161-
CMYK0.5400.360.01
HSL139.56º95.74%72.35%-
HSV(B)139.56º53.57%98.82%-
XYZ48.5875.9845.82-
YUV201.26105.2767.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.08%
GREEN value IS 252 (98.83% from 255) = 47.55%
BLUE value IS 161 (63.28% from 255) = 30.38%
R=22.08%
G=47.55%
B=30.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172521610.5400.360.01139.5695.7472.35
Hex75FCA13602418c6048
Octal165374241660441214140110
Binary11101011111110010100001110110010010011000110011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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