Html Css Color HEX #9BF775 Feijoa

📋 copy color: '#9BF775'

red 155 ◦ green 247 ◦ blue 117

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

Shades of Feijoa #9BF775

Tints of Feijoa #9BF775

RGB

 RED value IS 155 (60.94% from 255) = 29.87%

 GREEN value IS 247 (96.88% from 255) = 47.59%

 BLUE value IS 117 (46.09% from 255) = 22.54%

R = 29.87%
G = 47.59%
B = 22.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#9BF775 (or 0x9BF775) is known color: Feijoa. HEX triplet: 9B, F7 and 75. RGB value is (155,247,117). Sum of RGB (Red+Green+Blue) = 155+247+117=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 247 (96.88% from 255 or 47.59% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF775 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF775 is #64088A. Grayscale: #CDCDCD. Windows color (decimal): -6555787 or 7731099. OLE color: 7731099.

HSL color Cylindrical-coordinate representation of color #9BF775: hue angle of 102.46º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BF775 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 155 247 117 -
CMYK 0.37 0 0.53 0.03
HSL 102.46º 0.89% 0.71% -
HSV(B) 102.46º 0.53% 0.97% -
XYZ 49.99 74.77 28.63 -
YUV 204.67 78.52 92.57 -
System Red Green Blue C M Y K H S L
Decimal 155 247 117 0.37 0 0.53 0.03 102.46 0.89 0.71
Hex 9B F7 75 25 0 35 3 66 59 47
Octal 233 367 165 45 0 65 3 146 131 107
Binary 10011011 11110111 1110101 100101 0 110101 11 1100110 1011001 1000111

Color Harmonies of #9BF775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF775

Black with #9BF775

Text Example


Text Example

White with #9BF775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BF775;
 }
 .AnyTagClassName
 {
   color: #9BF775;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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