#91FA72

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

Shades of Light Green #91FA72

Tints of Light Green #91FA72

Color information

#91FA72 (or 0x91FA72) is unknown color: approx Light Green. HEX triplet: 91, FA and 72. RGB value is (145,250,114). Sum of RGB (Red+Green+Blue) = 145+250+114=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #91FA72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #91FA72 is #6E058D. Grayscale: #CBCBCB. Windows color (decimal): -7210382 or 7535249. OLE color: 7535249.

HSL color Cylindrical-coordinate representation of color #91FA72: hue angle of 106.32º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #91FA72 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB145250114-
CMYK0.4200.540.02
HSL106.32º93.15%71.37%-
HSV(B)106.32º54.4%98.04%-
XYZ48.975.6127.94-
YUV203.177.7186.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.49%
GREEN value IS 250 (98.05% from 255) = 49.12%
BLUE value IS 114 (44.92% from 255) = 22.40%
R=28.49%
G=49.12%
B=22.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452501140.4200.540.02106.3293.1571.37
Hex91FA722A03626a5d47
Octal221372162520662152135107
Binary10010001111110101110010101010011011010110101010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91FA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91FA72; }

 p { color: rgb(145,250,114); }

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

<style>
 a { background-color: #91FA72; }

 a { background-color: rgb(145,250,114); }

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

<style>
 span { border-color: #91FA72; }

 span { border-color: rgb(145,250,114); }

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