#98e468

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

Shades of Feijoa #98E468

Tints of Feijoa #98E468

Color information

#98E468 (or 0x98E468) is unknown color: approx Feijoa. HEX triplet: 98, E4 and 68. RGB value is (152,228,104). Sum of RGB (Red+Green+Blue) = 152+228+104=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 228 - color contains mainly: green. Hex color #98E468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E468 is #671B97. Grayscale: #BFBFBF. Windows color (decimal): -6757272 or 6874264. OLE color: 6874264.

HSL color Cylindrical-coordinate representation of color #98E468: hue angle of 96.77º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #98E468 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB152228104-
CMYK0.3300.540.11
HSL96.77º69.66%65.1%-
HSV(B)96.77º54.39%89.41%-
XYZ43.1963.1623.01-
YUV191.1478.82100.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.40%
GREEN value IS 228 (89.45% from 255) = 47.11%
BLUE value IS 104 (41.02% from 255) = 21.49%
R=31.40%
G=47.11%
B=21.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1522281040.3300.540.1196.7769.6665.1
Hex98E46821036B614641
Octal2303441504106613141106101
Binary1001100011100100110100010000101101101011110000110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98e468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,228,104); }

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

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

 a { background-color: rgb(152,228,104); }

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

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

 span { border-color: rgb(152,228,104); }

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