Html Css Color HEX #9BE875 Feijoa

📋 copy color: '#9BE875'

red 155 ◦ green 232 ◦ blue 117

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

Shades of Feijoa #9BE875

Tints of Feijoa #9BE875

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.03%

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

R = 30.75%
G = 46.03%
B = 23.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#9BE875 (or 0x9BE875) is known color: Feijoa. HEX triplet: 9B, E8 and 75. RGB value is (155,232,117). Sum of RGB (Red+Green+Blue) = 155+232+117=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 232 (91.02% from 255 or 46.03% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 232 - color contains mainly: green. Hex color #9BE875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE875 is #64178A. Grayscale: #C4C4C4. Windows color (decimal): -6559627 or 7727259. OLE color: 7727259.

HSL color Cylindrical-coordinate representation of color #9BE875: hue angle of 100.17º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BE875 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 155 232 117 -
CMYK 0.33 0 0.50 0.09
HSL 100.17º 0.71% 0.68% -
HSV(B) 100.17º 0.5% 0.91% -
XYZ 45.59 65.97 27.16 -
YUV 195.87 83.49 98.85 -
System Red Green Blue C M Y K H S L
Decimal 155 232 117 0.33 0 0.50 0.09 100.17 0.71 0.68
Hex 9B E8 75 21 0 32 9 64 47 44
Octal 233 350 165 41 0 62 11 144 107 104
Binary 10011011 11101000 1110101 100001 0 110010 1001 1100100 1000111 1000100

Color Harmonies of #9BE875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE875

Black with #9BE875

Text Example


Text Example

White with #9BE875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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