#75F9A2

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

Shades of Light Green #75F9A2

Tints of Light Green #75F9A2

Color information

#75F9A2 (or 0x75F9A2) is unknown color: approx Light Green. HEX triplet: 75, F9 and A2. RGB value is (117,249,162). Sum of RGB (Red+Green+Blue) = 117+249+162=528 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.16% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #75F9A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F9A2 is #8A065D. Grayscale: #C7C7C7. Windows color (decimal): -9045598 or 10680693. OLE color: 10680693.

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

Color convert

RGB117249162-
CMYK0.5300.350.02
HSL140.45º91.67%71.76%-
HSV(B)140.45º53.01%97.65%-
XYZ47.7374.1445.98-
YUV199.61106.7769.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.16%
GREEN value IS 249 (97.66% from 255) = 47.16%
BLUE value IS 162 (63.67% from 255) = 30.68%
R=22.16%
G=47.16%
B=30.68%

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
Decimal1172491620.5300.350.02140.4591.6771.76
Hex75F9A23502328c5c48
Octal165371242650432214134110
Binary111010111111001101000101101010100011101000110010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,249,162); }

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

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

 a { background-color: rgb(117,249,162); }

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

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

 span { border-color: rgb(117,249,162); }

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