#9BF775

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

Shades of Feijoa #9BF775

Tints of Feijoa #9BF775

Color information

#9BF775 (or 0x9BF775) is unknown color: approx Feijoa. HEX triplet: 9B, F7 and 75. RGB value is (155,247,117). Sum of RGB (Red+Green+Blue) = 155+247+117=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 247 (96.88% from 255 or 47.59% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF775 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF775 is #64088A. Grayscale: #CDCDCD. Windows color (decimal): -6555787 or 7731099. OLE color: 7731099.

HSL color Cylindrical-coordinate representation of color #9BF775: hue angle of 102.46º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BF775 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB155247117-
CMYK0.3700.530.03
HSL102.46º89.04%71.37%-
HSV(B)102.46º52.63%96.86%-
XYZ49.9974.7728.63-
YUV204.6778.5292.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.87%
GREEN value IS 247 (96.88% from 255) = 47.59%
BLUE value IS 117 (46.09% from 255) = 22.54%
R=29.87%
G=47.59%
B=22.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1552471170.3700.530.03102.4689.0471.37
Hex9BF775250353665947
Octal233367165450653146131107
Binary10011011111101111110101100101011010111110011010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BF775; }

 p { color: rgb(155,247,117); }

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

<style>
 a { background-color: #9BF775; }

 a { background-color: rgb(155,247,117); }

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

<style>
 span { border-color: #9BF775; }

 span { border-color: rgb(155,247,117); }

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