#98EF6C

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

Shades of Feijoa #98EF6C

Tints of Feijoa #98EF6C

Color information

#98EF6C (or 0x98EF6C) is unknown color: approx Feijoa. HEX triplet: 98, EF and 6C. RGB value is (152,239,108). Sum of RGB (Red+Green+Blue) = 152+239+108=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #98EF6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98EF6C is #671093. Grayscale: #C6C6C6. Windows color (decimal): -6754452 or 7139224. OLE color: 7139224.

HSL color Cylindrical-coordinate representation of color #98EF6C: hue angle of 99.85º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98EF6C is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB152239108-
CMYK0.3600.550.06
HSL99.85º80.37%68.04%-
HSV(B)99.85º54.81%93.73%-
XYZ46.5269.4925.15-
YUV198.0577.1895.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.46%
GREEN value IS 239 (93.75% from 255) = 47.90%
BLUE value IS 108 (42.58% from 255) = 21.64%
R=30.46%
G=47.90%
B=21.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1522391080.3600.550.0699.8580.3768.04
Hex98EF6C240376645044
Octal230357154440676144120104
Binary100110001110111111011001001000110111110110010010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,239,108); }

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

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

 a { background-color: rgb(152,239,108); }

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

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

 span { border-color: rgb(152,239,108); }

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