#99dd65

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

Shades of Feijoa #99DD65

Tints of Feijoa #99DD65

Color information

#99DD65 (or 0x99DD65) is unknown color: approx Feijoa. HEX triplet: 99, DD and 65. RGB value is (153,221,101). Sum of RGB (Red+Green+Blue) = 153+221+101=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DD65 is #66229A. Grayscale: #BBBBBB. Windows color (decimal): -6693531 or 6675865. OLE color: 6675865.

HSL color Cylindrical-coordinate representation of color #99DD65: hue angle of 94º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99DD65 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB153221101-
CMYK0.3100.540.13
HSL94º63.83%63.14%-
HSV(B)94º54.3%86.67%-
XYZ41.3459.4221.6-
YUV186.9979.47103.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.21%
GREEN value IS 221 (86.72% from 255) = 46.53%
BLUE value IS 101 (39.84% from 255) = 21.26%
R=32.21%
G=46.53%
B=21.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532211010.3100.540.139463.8363.14
Hex99DD651F036D5e403f
Octal231335145370661513610077
Binary10011001110111011100101111110110110110110111101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99dd65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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