#98FB6D

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

Shades of Feijoa #98FB6D

Tints of Feijoa #98FB6D

Color information

#98FB6D (or 0x98FB6D) is unknown color: approx Feijoa. HEX triplet: 98, FB and 6D. RGB value is (152,251,109). Sum of RGB (Red+Green+Blue) = 152+251+109=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 251 - color contains mainly: green. Hex color #98FB6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98FB6D is #670492. Grayscale: #CDCDCD. Windows color (decimal): -6751379 or 7207832. OLE color: 7207832.

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

Color convert

RGB152251109-
CMYK0.3900.570.02
HSL101.83º94.67%70.59%-
HSV(B)101.83º56.57%98.43%-
XYZ50.2176.7726.64-
YUV205.2173.790.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.69%
GREEN value IS 251 (98.44% from 255) = 49.02%
BLUE value IS 109 (42.97% from 255) = 21.29%
R=29.69%
G=49.02%
B=21.29%

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
Decimal1522511090.3900.570.02101.8394.6770.59
Hex98FB6D270392665f47
Octal230373155470712146137107
Binary10011000111110111101101100111011100110110011010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98FB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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