#98ED66

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

Shades of Feijoa #98ED66

Tints of Feijoa #98ED66

Color information

#98ED66 (or 0x98ED66) is unknown color: approx Feijoa. HEX triplet: 98, ED and 66. RGB value is (152,237,102). Sum of RGB (Red+Green+Blue) = 152+237+102=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #98ED66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98ED66 is #671299. Grayscale: #C4C4C4. Windows color (decimal): -6754970 or 6745496. OLE color: 6745496.

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

Color convert

RGB152237102-
CMYK0.3600.570.07
HSL97.78º78.95%66.47%-
HSV(B)97.78º56.96%92.94%-
XYZ45.6368.223.33-
YUV196.274.8496.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.96%
GREEN value IS 237 (92.97% from 255) = 48.27%
BLUE value IS 102 (40.23% from 255) = 20.77%
R=30.96%
G=48.27%
B=20.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522371020.3600.570.0797.7878.9566.47
Hex98ED66240397624f42
Octal230355146440717142117102
Binary100110001110110111001101001000111001111110001010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ED66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,237,102); }

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

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

 a { background-color: rgb(152,237,102); }

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

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

 span { border-color: rgb(152,237,102); }

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