#75FC94

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

Shades of Light Green #75FC94

Tints of Light Green #75FC94

Color information

#75FC94 (or 0x75FC94) is unknown color: approx Light Green. HEX triplet: 75, FC and 94. RGB value is (117,252,148). Sum of RGB (Red+Green+Blue) = 117+252+148=517 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.63% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #75FC94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FC94 is #8A036B. Grayscale: #C8C8C8. Windows color (decimal): -9044844 or 9763957. OLE color: 9763957.

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

Color convert

RGB117252148-
CMYK0.5400.410.01
HSL133.78º95.74%72.35%-
HSV(B)133.78º53.57%98.82%-
XYZ47.4975.5440.09-
YUV199.7898.7768.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.63%
GREEN value IS 252 (98.83% from 255) = 48.74%
BLUE value IS 148 (58.20% from 255) = 28.63%
R=22.63%
G=48.74%
B=28.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172521480.5400.410.01133.7895.7472.35
Hex75FC94360291866048
Octal165374224660511206140110
Binary11101011111110010010100110110010100111000011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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