#98FC85

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

Shades of Pale Green #98FC85

Tints of Pale Green #98FC85

Color information

#98FC85 (or 0x98FC85) is unknown color: approx Pale Green. HEX triplet: 98, FC and 85. RGB value is (152,252,133). Sum of RGB (Red+Green+Blue) = 152+252+133=537 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.31% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #98FC85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98FC85 is #67037A. Grayscale: #D0D0D0. Windows color (decimal): -6751099 or 8780952. OLE color: 8780952.

HSL color Cylindrical-coordinate representation of color #98FC85: hue angle of 110.42º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98FC85 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB152252133-
CMYK0.4000.470.01
HSL110.42º95.2%75.49%-
HSV(B)110.42º47.22%98.82%-
XYZ51.9977.9934.5-
YUV208.5385.3787.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.31%
GREEN value IS 252 (98.83% from 255) = 46.93%
BLUE value IS 133 (52.34% from 255) = 24.77%
R=28.31%
G=46.93%
B=24.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1522521330.4000.470.01110.4295.275.49
Hex98FC852802F16e5f4b
Octal230374205500571156137113
Binary10011000111111001000010110100001011111110111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98FC85; }

 p { color: rgb(152,252,133); }

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

<style>
 a { background-color: #98FC85; }

 a { background-color: rgb(152,252,133); }

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

<style>
 span { border-color: #98FC85; }

 span { border-color: rgb(152,252,133); }

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