Html Css Color HEX #9BE475 Feijoa

📋 copy color: '#9BE475'

red 155 ◦ green 228 ◦ blue 117

#9BE475
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #9BE475

Tints of Feijoa #9BE475

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 value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#9BE475 (or 0x9BE475) is known color: 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

RGB 155 228 117 -
CMYK 0.32 0 0.49 0.11
HSL 99.46º 0.67% 0.68% -
HSV(B) 99.46º 0.49% 0.89% -
XYZ 44.47 63.74 26.79 -
YUV 193.52 84.82 100.53 -
System Red Green Blue C M Y K H S L
Decimal 155 228 117 0.32 0 0.49 0.11 99.46 0.67 0.68
Hex 9B E4 75 20 0 31 B 63 43 44
Octal 233 344 165 40 0 61 13 143 103 104
Binary 10011011 11100100 1110101 100000 0 110001 1011 1100011 1000011 1000100

Color Harmonies of #9BE475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE475

Black with #9BE475

Text Example


Text Example

White with #9BE475

Text Example


Text Example

HTML Codes & Css Web 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>