#75FCA4

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

Shades of Light Green #75FCA4

Tints of Light Green #75FCA4

Color information

#75FCA4 (or 0x75FCA4) is unknown color: approx Light Green. HEX triplet: 75, FC and A4. RGB value is (117,252,164). Sum of RGB (Red+Green+Blue) = 117+252+164=533 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.95% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #75FCA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FCA4 is #8A035B. Grayscale: #C9C9C9. Windows color (decimal): -9044828 or 10812533. OLE color: 10812533.

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

Color convert

RGB117252164-
CMYK0.5400.350.01
HSL140.89º95.74%72.35%-
HSV(B)140.89º53.57%98.82%-
XYZ48.8576.0847.23-
YUV201.6106.7767.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.95%
GREEN value IS 252 (98.83% from 255) = 47.28%
BLUE value IS 164 (64.45% from 255) = 30.77%
R=21.95%
G=47.28%
B=30.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172521640.5400.350.01140.8995.7472.35
Hex75FCA43602318d6048
Octal165374244660431215140110
Binary11101011111110010100100110110010001111000110111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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