#98F865

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

Shades of Feijoa #98F865

Tints of Feijoa #98F865

Color information

#98F865 (or 0x98F865) is unknown color: approx Feijoa. HEX triplet: 98, F8 and 65. RGB value is (152,248,101). Sum of RGB (Red+Green+Blue) = 152+248+101=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 248 - color contains mainly: green. Hex color #98F865 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F865 is #67079A. Grayscale: #CBCBCB. Windows color (decimal): -6752155 or 6682776. OLE color: 6682776.

HSL color Cylindrical-coordinate representation of color #98F865: hue angle of 99.18º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98F865 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB152248101-
CMYK0.3900.590.03
HSL99.18º91.3%68.43%-
HSV(B)99.18º59.27%97.25%-
XYZ48.8774.7524.16-
YUV202.5470.791.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.34%
GREEN value IS 248 (97.27% from 255) = 49.50%
BLUE value IS 101 (39.84% from 255) = 20.16%
R=30.34%
G=49.50%
B=20.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1522481010.3900.590.0399.1891.368.43
Hex98F8652703B3635b44
Octal230370145470733143133104
Binary10011000111110001100101100111011101111110001110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,248,101); }

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

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

 a { background-color: rgb(152,248,101); }

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

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

 span { border-color: rgb(152,248,101); }

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