#99E774

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

Shades of Feijoa #99E774

Tints of Feijoa #99E774

Color information

#99E774 (or 0x99E774) is unknown color: approx Feijoa. HEX triplet: 99, E7 and 74. RGB value is (153,231,116). Sum of RGB (Red+Green+Blue) = 153+231+116=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #99E774 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99E774 is #66188B. Grayscale: #C2C2C2. Windows color (decimal): -6690956 or 7661465. OLE color: 7661465.

HSL color Cylindrical-coordinate representation of color #99E774: hue angle of 100.7º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99E774 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB153231116-
CMYK0.3400.500.09
HSL100.7º70.55%68.04%-
HSV(B)100.7º49.78%90.59%-
XYZ44.8765.1926.74-
YUV194.5783.6698.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.6%
GREEN value IS 231 (90.62% from 255) = 46.2%
BLUE value IS 116 (45.70% from 255) = 23.2%
R=30.6%
G=46.2%
B=23.2%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1532311160.3400.500.09100.770.5568.04
Hex99E774220329654744
Octal2313471644206211145107104
Binary1001100111100111111010010001001100101001110010110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,231,116); }

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

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

 a { background-color: rgb(153,231,116); }

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

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

 span { border-color: rgb(153,231,116); }

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