#99DE67

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

Shades of Feijoa #99DE67

Tints of Feijoa #99DE67

Color information

#99DE67 (or 0x99DE67) is unknown color: approx Feijoa. HEX triplet: 99, DE and 67. RGB value is (153,222,103). Sum of RGB (Red+Green+Blue) = 153+222+103=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #99DE67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DE67 is #662198. Grayscale: #BCBCBC. Windows color (decimal): -6693273 or 6807193. OLE color: 6807193.

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

Color convert

RGB153222103-
CMYK0.3100.540.13
HSL94.79º64.32%63.73%-
HSV(B)94.79º53.6%87.06%-
XYZ41.7159.9922.21-
YUV187.880.14103.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.01%
GREEN value IS 222 (87.11% from 255) = 46.44%
BLUE value IS 103 (40.62% from 255) = 21.55%
R=32.01%
G=46.44%
B=21.55%

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
Decimal1532221030.3100.540.1394.7964.3263.73
Hex99DE671F036D5f4040
Octal2313361473706615137100100
Binary100110011101111011001111111101101101101101111110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,222,103); }

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

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

 a { background-color: rgb(153,222,103); }

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

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

 span { border-color: rgb(153,222,103); }

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