#98EC64

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

Shades of Feijoa #98EC64

Tints of Feijoa #98EC64

Color information

#98EC64 (or 0x98EC64) is unknown color: approx Feijoa. HEX triplet: 98, EC and 64. RGB value is (152,236,100). Sum of RGB (Red+Green+Blue) = 152+236+100=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #98EC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98EC64 is #67139B. Grayscale: #C3C3C3. Windows color (decimal): -6755228 or 6614168. OLE color: 6614168.

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

Color convert

RGB152236100-
CMYK0.3600.580.07
HSL97.06º78.16%65.88%-
HSV(B)97.06º57.63%92.55%-
XYZ45.2467.5922.72-
YUV195.3874.1797.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.15%
GREEN value IS 236 (92.58% from 255) = 48.36%
BLUE value IS 100 (39.45% from 255) = 20.49%
R=31.15%
G=48.36%
B=20.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522361000.3600.580.0797.0678.1665.88
Hex98EC642403A7614e42
Octal230354144440727141116102
Binary100110001110110011001001001000111010111110000110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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