Html Css Color HEX #9BE975 Feijoa

📋 copy color: '#9BE975'

red 155 ◦ green 233 ◦ blue 117

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

Shades of Feijoa #9BE975

Tints of Feijoa #9BE975

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.14%

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

R = 30.69%
G = 46.14%
B = 23.17%

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

#9BE975 (or 0x9BE975) is known color: Feijoa. HEX triplet: 9B, E9 and 75. RGB value is (155,233,117). Sum of RGB (Red+Green+Blue) = 155+233+117=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 233 (91.41% from 255 or 46.14% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 233 - color contains mainly: green. Hex color #9BE975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE975 is #64168A. Grayscale: #C4C4C4. Windows color (decimal): -6559371 or 7727515. OLE color: 7727515.

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

Color convert

RGB 155 233 117 -
CMYK 0.33 0 0.50 0.09
HSL 100.34º 0.73% 0.69% -
HSV(B) 100.34º 0.5% 0.91% -
XYZ 45.87 66.53 27.25 -
YUV 196.45 83.16 98.43 -
System Red Green Blue C M Y K H S L
Decimal 155 233 117 0.33 0 0.50 0.09 100.34 0.73 0.69
Hex 9B E9 75 21 0 32 9 64 48 45
Octal 233 351 165 41 0 62 11 144 110 105
Binary 10011011 11101001 1110101 100001 0 110010 1001 1100100 1001000 1000101

Color Harmonies of #9BE975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE975

Black with #9BE975

Text Example


Text Example

White with #9BE975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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