#75FB97

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

Shades of Light Green #75FB97

Tints of Light Green #75FB97

Color information

#75FB97 (or 0x75FB97) is unknown color: approx Light Green. HEX triplet: 75, FB and 97. RGB value is (117,251,151). Sum of RGB (Red+Green+Blue) = 117+251+151=519 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.54% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #75FB97 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FB97 is #8A0468. Grayscale: #C7C7C7. Windows color (decimal): -9045097 or 9960309. OLE color: 9960309.

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

Color convert

RGB117251151-
CMYK0.5300.400.02
HSL135.22º94.37%72.16%-
HSV(B)135.22º53.39%98.43%-
XYZ47.4275.0141.26-
YUV199.53100.6169.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.54%
GREEN value IS 251 (98.44% from 255) = 48.36%
BLUE value IS 151 (59.38% from 255) = 29.09%
R=22.54%
G=48.36%
B=29.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172511510.5300.400.02135.2294.3772.16
Hex75FB97350282875e48
Octal165373227650502207136110
Binary111010111111011100101111101010101000101000011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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