#99F665

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

Shades of Feijoa #99F665

Tints of Feijoa #99F665

Color information

#99F665 (or 0x99F665) is unknown color: approx Feijoa. HEX triplet: 99, F6 and 65. RGB value is (153,246,101). Sum of RGB (Red+Green+Blue) = 153+246+101=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #99F665 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F665 is #66099A. Grayscale: #CACACA. Windows color (decimal): -6687131 or 6682265. OLE color: 6682265.

HSL color Cylindrical-coordinate representation of color #99F665: hue angle of 98.48º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99F665 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB153246101-
CMYK0.3800.590.04
HSL98.48º88.96%68.04%-
HSV(B)98.48º58.94%96.47%-
XYZ48.4473.6223.97-
YUV201.6671.1993.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.6%
GREEN value IS 246 (96.48% from 255) = 49.2%
BLUE value IS 101 (39.84% from 255) = 20.2%
R=30.6%
G=49.2%
B=20.2%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1532461010.3800.590.0498.4888.9668.04
Hex99F6652603B4625944
Octal231366145460734142131104
Binary100110011111011011001011001100111011100110001010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99F665; }

 p { color: rgb(153,246,101); }

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

<style>
 a { background-color: #99F665; }

 a { background-color: rgb(153,246,101); }

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

<style>
 span { border-color: #99F665; }

 span { border-color: rgb(153,246,101); }

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