#9BEB65

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

Shades of Feijoa #9BEB65

Tints of Feijoa #9BEB65

Color information

#9BEB65 (or 0x9BEB65) is unknown color: approx Feijoa. HEX triplet: 9B, EB and 65. RGB value is (155,235,101). Sum of RGB (Red+Green+Blue) = 155+235+101=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEB65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEB65 is #64149A. Grayscale: #C4C4C4. Windows color (decimal): -6558875 or 6679451. OLE color: 6679451.

HSL color Cylindrical-coordinate representation of color #9BEB65: hue angle of 95.82º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BEB65 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB155235101-
CMYK0.3400.570.08
HSL95.82º77.01%65.88%-
HSV(B)95.82º57.02%92.16%-
XYZ45.5767.3222.9-
YUV195.874.598.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.57%
GREEN value IS 235 (92.19% from 255) = 47.86%
BLUE value IS 101 (39.84% from 255) = 20.57%
R=31.57%
G=47.86%
B=20.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552351010.3400.570.0895.8277.0165.88
Hex9BEB65220398604d42
Octal2333531454207110140115102
Binary1001101111101011110010110001001110011000110000010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,235,101); }

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

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

 a { background-color: rgb(155,235,101); }

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

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

 span { border-color: rgb(155,235,101); }

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