#98EC71

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

Shades of Feijoa #98EC71

Tints of Feijoa #98EC71

Color information

#98EC71 (or 0x98EC71) is unknown color: approx Feijoa. HEX triplet: 98, EC and 71. RGB value is (152,236,113). Sum of RGB (Red+Green+Blue) = 152+236+113=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #98EC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98EC71 is #67138E. Grayscale: #C5C5C5. Windows color (decimal): -6755215 or 7466136. OLE color: 7466136.

HSL color Cylindrical-coordinate representation of color #98EC71: hue angle of 100.98º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98EC71 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB152236113-
CMYK0.3600.520.07
HSL100.98º76.4%68.43%-
HSV(B)100.98º52.12%92.55%-
XYZ45.9267.8626.3-
YUV196.8680.6796-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.34%
GREEN value IS 236 (92.58% from 255) = 47.11%
BLUE value IS 113 (44.53% from 255) = 22.55%
R=30.34%
G=47.11%
B=22.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522361130.3600.520.07100.9876.468.43
Hex98EC71240347654c44
Octal230354161440647145114104
Binary100110001110110011100011001000110100111110010110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,236,113); }

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

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

 a { background-color: rgb(152,236,113); }

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

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

 span { border-color: rgb(152,236,113); }

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