#75FBA4

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

Shades of Light Green #75FBA4

Tints of Light Green #75FBA4

Color information

#75FBA4 (or 0x75FBA4) is unknown color: approx Light Green. HEX triplet: 75, FB and A4. RGB value is (117,251,164). Sum of RGB (Red+Green+Blue) = 117+251+164=532 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.99% from 532); Green value is 251 (98.44% from 255 or 47.18% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 251 - color contains mainly: green. Hex color #75FBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FBA4 is #8A045B. Grayscale: #C9C9C9. Windows color (decimal): -9045084 or 10812277. OLE color: 10812277.

HSL color Cylindrical-coordinate representation of color #75FBA4: hue angle of 141.04º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75FBA4 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB117251164-
CMYK0.5300.350.02
HSL141.04º94.37%72.16%-
HSV(B)141.04º53.39%98.43%-
XYZ48.5375.4647.13-
YUV201.02107.1168.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.99%
GREEN value IS 251 (98.44% from 255) = 47.18%
BLUE value IS 164 (64.45% from 255) = 30.83%
R=21.99%
G=47.18%
B=30.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172511640.5300.350.02141.0494.3772.16
Hex75FBA43502328d5e48
Octal165373244650432215136110
Binary111010111111011101001001101010100011101000110110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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