#91F295

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

Shades of Light Green #91F295

Tints of Light Green #91F295

Color information

#91F295 (or 0x91F295) is unknown color: approx Light Green. HEX triplet: 91, F2 and 95. RGB value is (145,242,149). Sum of RGB (Red+Green+Blue) = 145+242+149=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #91F295 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91F295 is #6E0D6A. Grayscale: #CACACA. Windows color (decimal): -7212395 or 9826961. OLE color: 9826961.

HSL color Cylindrical-coordinate representation of color #91F295: hue angle of 122.47º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91F295 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB145242149-
CMYK0.4000.380.05
HSL122.47º78.86%75.88%-
HSV(B)122.47º40.08%94.9%-
XYZ48.8571.6939.7-
YUV202.497.8687.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.05%
GREEN value IS 242 (94.92% from 255) = 45.15%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=27.05%
G=45.15%
B=27.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1452421490.4000.380.05122.4778.8675.88
Hex91F2952802657a4f4c
Octal221362225500465172117114
Binary1001000111110010100101011010000100110101111101010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91F295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,242,149); }

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

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

 a { background-color: rgb(145,242,149); }

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

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

 span { border-color: rgb(145,242,149); }

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