#99EF73

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

Shades of Feijoa #99EF73

Tints of Feijoa #99EF73

Color information

#99EF73 (or 0x99EF73) is unknown color: approx Feijoa. HEX triplet: 99, EF and 73. RGB value is (153,239,115). Sum of RGB (Red+Green+Blue) = 153+239+115=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #99EF73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99EF73 is #66108C. Grayscale: #C7C7C7. Windows color (decimal): -6688909 or 7597977. OLE color: 7597977.

HSL color Cylindrical-coordinate representation of color #99EF73: hue angle of 101.61º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99EF73 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB153239115-
CMYK0.3600.520.06
HSL101.61º79.49%69.41%-
HSV(B)101.61º51.88%93.73%-
XYZ47.169.7427.2-
YUV199.1580.5195.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.18%
GREEN value IS 239 (93.75% from 255) = 47.14%
BLUE value IS 115 (45.31% from 255) = 22.68%
R=30.18%
G=47.14%
B=22.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532391150.3600.520.06101.6179.4969.41
Hex99EF73240346664f45
Octal231357163440646146117105
Binary100110011110111111100111001000110100110110011010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,239,115); }

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

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

 a { background-color: rgb(153,239,115); }

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

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

 span { border-color: rgb(153,239,115); }

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