#98F175

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

Shades of Feijoa #98F175

Tints of Feijoa #98F175

Color information

#98F175 (or 0x98F175) is unknown color: approx Feijoa. HEX triplet: 98, F1 and 75. RGB value is (152,241,117). Sum of RGB (Red+Green+Blue) = 152+241+117=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #98F175 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F175 is #670E8A. Grayscale: #C8C8C8. Windows color (decimal): -6753931 or 7729560. OLE color: 7729560.

HSL color Cylindrical-coordinate representation of color #98F175: hue angle of 103.06º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98F175 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB152241117-
CMYK0.3700.510.05
HSL103.06º81.58%70.2%-
HSV(B)103.06º51.45%94.51%-
XYZ47.6270.8728-
YUV200.2581.0193.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.80%
GREEN value IS 241 (94.53% from 255) = 47.25%
BLUE value IS 117 (46.09% from 255) = 22.94%
R=29.80%
G=47.25%
B=22.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1522411170.3700.510.05103.0681.5870.2
Hex98F175250335675246
Octal230361165450635147122106
Binary100110001111000111101011001010110011101110011110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,241,117); }

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

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

 a { background-color: rgb(152,241,117); }

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

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

 span { border-color: rgb(152,241,117); }

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