#9BE475

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

Shades of Feijoa #9BE475

Tints of Feijoa #9BE475

Color information

#9BE475 (or 0x9BE475) is unknown color: approx Feijoa. HEX triplet: 9B, E4 and 75. RGB value is (155,228,117). Sum of RGB (Red+Green+Blue) = 155+228+117=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 228 - color contains mainly: green. Hex color #9BE475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE475 is #641B8A. Grayscale: #C1C1C1. Windows color (decimal): -6560651 or 7726235. OLE color: 7726235.

HSL color Cylindrical-coordinate representation of color #9BE475: hue angle of 99.46º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BE475 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB155228117-
CMYK0.3200.490.11
HSL99.46º67.27%67.65%-
HSV(B)99.46º48.68%89.41%-
XYZ44.4763.7426.79-
YUV193.5284.82100.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31%
GREEN value IS 228 (89.45% from 255) = 45.6%
BLUE value IS 117 (46.09% from 255) = 23.4%
R=31%
G=45.6%
B=23.4%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1552281170.3200.490.1199.4667.2767.65
Hex9BE47520031B634344
Octal2333441654006113143103104
Binary1001101111100100111010110000001100011011110001110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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