#75FBA8

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

Shades of Light Green #75FBA8

Tints of Light Green #75FBA8

Color information

#75FBA8 (or 0x75FBA8) is unknown color: approx Light Green. HEX triplet: 75, FB and A8. RGB value is (117,251,168). Sum of RGB (Red+Green+Blue) = 117+251+168=536 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.83% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 251 - color contains mainly: green. Hex color #75FBA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FBA8 is #8A0457. Grayscale: #C9C9C9. Windows color (decimal): -9045080 or 11074421. OLE color: 11074421.

HSL color Cylindrical-coordinate representation of color #75FBA8: hue angle of 142.84º 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 #75FBA8 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB117251168-
CMYK0.5300.330.02
HSL142.84º94.37%72.16%-
HSV(B)142.84º53.39%98.43%-
XYZ48.975.649.06-
YUV201.47109.1167.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.83%
GREEN value IS 251 (98.44% from 255) = 46.83%
BLUE value IS 168 (66.02% from 255) = 31.34%
R=21.83%
G=46.83%
B=31.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172511680.5300.330.02142.8494.3772.16
Hex75FBA83502128f5e48
Octal165373250650412217136110
Binary111010111111011101010001101010100001101000111110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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