#9BFB67

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

Shades of Feijoa #9BFB67

Tints of Feijoa #9BFB67

Color information

#9BFB67 (or 0x9BFB67) is unknown color: approx Feijoa. HEX triplet: 9B, FB and 67. RGB value is (155,251,103). Sum of RGB (Red+Green+Blue) = 155+251+103=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 251 (98.44% from 255 or 49.31% from 509); Blue value is 103 (40.62% from 255 or 20.24% from 509); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFB67 is #640498. Grayscale: #CDCDCD. Windows color (decimal): -6554777 or 6814619. OLE color: 6814619.

HSL color Cylindrical-coordinate representation of color #9BFB67: hue angle of 98.92º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BFB67 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB155251103-
CMYK0.3800.590.02
HSL98.92º94.87%69.41%-
HSV(B)98.92º58.96%98.43%-
XYZ50.4676.9425.02-
YUV205.4270.292.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.45%
GREEN value IS 251 (98.44% from 255) = 49.31%
BLUE value IS 103 (40.62% from 255) = 20.24%
R=30.45%
G=49.31%
B=20.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552511030.3800.590.0298.9294.8769.41
Hex9BFB672603B2635f45
Octal233373147460732143137105
Binary10011011111110111100111100110011101110110001110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,251,103); }

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

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

 a { background-color: rgb(155,251,103); }

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

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

 span { border-color: rgb(155,251,103); }

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