#98F965

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

Shades of Feijoa #98F965

Tints of Feijoa #98F965

Color information

#98F965 (or 0x98F965) is unknown color: approx Feijoa. HEX triplet: 98, F9 and 65. RGB value is (152,249,101). Sum of RGB (Red+Green+Blue) = 152+249+101=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #98F965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F965 is #67069A. Grayscale: #CBCBCB. Windows color (decimal): -6751899 or 6683032. OLE color: 6683032.

HSL color Cylindrical-coordinate representation of color #98F965: hue angle of 99.32º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98F965 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB152249101-
CMYK0.3900.590.02
HSL99.32º92.5%68.63%-
HSV(B)99.32º59.44%97.65%-
XYZ49.1775.3724.27-
YUV203.1270.3691.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.28%
GREEN value IS 249 (97.66% from 255) = 49.60%
BLUE value IS 101 (39.84% from 255) = 20.12%
R=30.28%
G=49.60%
B=20.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522491010.3900.590.0299.3292.568.63
Hex98F9652703B2635c45
Octal230371145470732143134105
Binary10011000111110011100101100111011101110110001110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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