#93FB95

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

Shades of Pale Green #93FB95

Tints of Pale Green #93FB95

Color information

#93FB95 (or 0x93FB95) is unknown color: approx Pale Green. HEX triplet: 93, FB and 95. RGB value is (147,251,149). Sum of RGB (Red+Green+Blue) = 147+251+149=547 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.87% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #93FB95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FB95 is #6C046A. Grayscale: #D0D0D0. Windows color (decimal): -7079019 or 9829267. OLE color: 9829267.

HSL color Cylindrical-coordinate representation of color #93FB95: hue angle of 121.15º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93FB95 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB147251149-
CMYK0.4100.410.02
HSL121.15º92.86%78.04%-
HSV(B)121.15º41.43%98.43%-
XYZ51.9577.3740.63-
YUV208.2894.5484.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.87%
GREEN value IS 251 (98.44% from 255) = 45.89%
BLUE value IS 149 (58.59% from 255) = 27.24%
R=26.87%
G=45.89%
B=27.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472511490.4100.410.02121.1592.8678.04
Hex93FB95290292795d4e
Octal223373225510512171135116
Binary100100111111101110010101101001010100110111100110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93FB95; }

 p { color: rgb(147,251,149); }

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

<style>
 a { background-color: #93FB95; }

 a { background-color: rgb(147,251,149); }

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

<style>
 span { border-color: #93FB95; }

 span { border-color: rgb(147,251,149); }

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