#9BE775

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

Shades of Feijoa #9BE775

Tints of Feijoa #9BE775

Color information

#9BE775 (or 0x9BE775) is unknown color: approx Feijoa. HEX triplet: 9B, E7 and 75. RGB value is (155,231,117). Sum of RGB (Red+Green+Blue) = 155+231+117=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 231 (90.62% from 255 or 45.92% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 231 - color contains mainly: green. Hex color #9BE775 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE775 is #64188A. Grayscale: #C3C3C3. Windows color (decimal): -6559883 or 7727003. OLE color: 7727003.

HSL color Cylindrical-coordinate representation of color #9BE775: hue angle of 100º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BE775 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB155231117-
CMYK0.3300.490.09
HSL100º70.37%68.24%-
HSV(B)100º49.35%90.59%-
XYZ45.365.427.07-
YUV195.2883.8299.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.82%
GREEN value IS 231 (90.62% from 255) = 45.92%
BLUE value IS 117 (46.09% from 255) = 23.26%
R=30.82%
G=45.92%
B=23.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1552311170.3300.490.0910070.3768.24
Hex9BE775210319644644
Octal2333471654106111144106104
Binary1001101111100111111010110000101100011001110010010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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