#91FB8D

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

Shades of Pale Green #91FB8D

Tints of Pale Green #91FB8D

Color information

#91FB8D (or 0x91FB8D) is unknown color: approx Pale Green. HEX triplet: 91, FB and 8D. RGB value is (145,251,141). Sum of RGB (Red+Green+Blue) = 145+251+141=537 (71% of max value = 765). Red value is 145 (57.03% from 255 or 27.00% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #91FB8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #91FB8D is #6E0472. Grayscale: #CFCFCF. Windows color (decimal): -7210099 or 9304977. OLE color: 9304977.

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

Color convert

RGB145251141-
CMYK0.4200.440.02
HSL117.82º93.22%76.86%-
HSV(B)117.82º43.82%98.43%-
XYZ50.9876.9437.36-
YUV206.7790.8883.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.00%
GREEN value IS 251 (98.44% from 255) = 46.74%
BLUE value IS 141 (55.47% from 255) = 26.26%
R=27.00%
G=46.74%
B=26.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1452511410.4200.440.02117.8293.2276.86
Hex91FB8D2A02C2765d4d
Octal221373215520542166135115
Binary100100011111101110001101101010010110010111011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91FB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,251,141); }

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

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

 a { background-color: rgb(145,251,141); }

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

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

 span { border-color: rgb(145,251,141); }

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