#98F071

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

Shades of Feijoa #98F071

Tints of Feijoa #98F071

Color information

#98F071 (or 0x98F071) is unknown color: approx Feijoa. HEX triplet: 98, F0 and 71. RGB value is (152,240,113). Sum of RGB (Red+Green+Blue) = 152+240+113=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #98F071 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F071 is #670F8E. Grayscale: #C7C7C7. Windows color (decimal): -6754191 or 7467160. OLE color: 7467160.

HSL color Cylindrical-coordinate representation of color #98F071: hue angle of 101.57º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98F071 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB152240113-
CMYK0.3700.530.06
HSL101.57º80.89%69.22%-
HSV(B)101.57º52.92%94.12%-
XYZ47.0970.1926.69-
YUV199.2179.3594.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.10%
GREEN value IS 240 (94.14% from 255) = 47.52%
BLUE value IS 113 (44.53% from 255) = 22.38%
R=30.10%
G=47.52%
B=22.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1522401130.3700.530.06101.5780.8969.22
Hex98F071250356665145
Octal230360161450656146121105
Binary100110001111000011100011001010110101110110011010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,240,113); }

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

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

 a { background-color: rgb(152,240,113); }

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

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

 span { border-color: rgb(152,240,113); }

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