#75FC98

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

Shades of Light Green #75FC98

Tints of Light Green #75FC98

Color information

#75FC98 (or 0x75FC98) is unknown color: approx Light Green. HEX triplet: 75, FC and 98. RGB value is (117,252,152). Sum of RGB (Red+Green+Blue) = 117+252+152=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #75FC98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FC98 is #8A0367. Grayscale: #C8C8C8. Windows color (decimal): -9044840 or 10026101. OLE color: 10026101.

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

Color convert

RGB117252152-
CMYK0.5400.400.01
HSL135.56º95.74%72.35%-
HSV(B)135.56º53.57%98.82%-
XYZ47.8175.6741.79-
YUV200.24100.7768.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.46%
GREEN value IS 252 (98.83% from 255) = 48.37%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=22.46%
G=48.37%
B=29.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1172521520.5400.400.01135.5695.7472.35
Hex75FC98360281886048
Octal165374230660501210140110
Binary11101011111110010011000110110010100011000100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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