#98F573

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

Shades of Feijoa #98F573

Tints of Feijoa #98F573

Color information

#98F573 (or 0x98F573) is unknown color: approx Feijoa. HEX triplet: 98, F5 and 73. RGB value is (152,245,115). Sum of RGB (Red+Green+Blue) = 152+245+115=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #98F573 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F573 is #670A8C. Grayscale: #CACACA. Windows color (decimal): -6752909 or 7599512. OLE color: 7599512.

HSL color Cylindrical-coordinate representation of color #98F573: hue angle of 102.92º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98F573 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB152245115-
CMYK0.3800.530.04
HSL102.92º86.67%70.59%-
HSV(B)102.92º53.06%96.08%-
XYZ48.773.2227.79-
YUV202.3778.6992.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.69%
GREEN value IS 245 (96.09% from 255) = 47.85%
BLUE value IS 115 (45.31% from 255) = 22.46%
R=29.69%
G=47.85%
B=22.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1522451150.3800.530.04102.9286.6770.59
Hex98F573260354675747
Octal230365163460654147127107
Binary100110001111010111100111001100110101100110011110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,245,115); }

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

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

 a { background-color: rgb(152,245,115); }

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

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

 span { border-color: rgb(152,245,115); }

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