#98FB6C

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

Shades of Feijoa #98FB6C

Tints of Feijoa #98FB6C

Color information

#98FB6C (or 0x98FB6C) is unknown color: approx Feijoa. HEX triplet: 98, FB and 6C. RGB value is (152,251,108). Sum of RGB (Red+Green+Blue) = 152+251+108=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 251 (98.44% from 255 or 49.12% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 251 - color contains mainly: green. Hex color #98FB6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98FB6C is #670493. Grayscale: #CDCDCD. Windows color (decimal): -6751380 or 7142296. OLE color: 7142296.

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

Color convert

RGB152251108-
CMYK0.3900.570.02
HSL101.54º94.7%70.39%-
HSV(B)101.54º56.97%98.43%-
XYZ50.1576.7526.36-
YUV205.173.290.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.75%
GREEN value IS 251 (98.44% from 255) = 49.12%
BLUE value IS 108 (42.58% from 255) = 21.14%
R=29.75%
G=49.12%
B=21.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522511080.3900.570.02101.5494.770.39
Hex98FB6C270392665f46
Octal230373154470712146137106
Binary10011000111110111101100100111011100110110011010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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