Html Css Color HEX #9BDF73 Feijoa

📋 copy color: '#9BDF73'

red 155 ◦ green 223 ◦ blue 115

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

Shades of Feijoa #9BDF73

Tints of Feijoa #9BDF73

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.23%

 BLUE value IS 115 (45.31% from 255) = 23.33%

R = 31.44%
G = 45.23%
B = 23.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#9BDF73 (or 0x9BDF73) is known color: Feijoa. HEX triplet: 9B, DF and 73. RGB value is (155,223,115). Sum of RGB (Red+Green+Blue) = 155+223+115=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDF73 is #64208C. Grayscale: #BEBEBE. Windows color (decimal): -6561933 or 7593883. OLE color: 7593883.

HSL color Cylindrical-coordinate representation of color #9BDF73: hue angle of 97.78º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BDF73 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 223 115 -
CMYK 0.30 0 0.48 0.13
HSL 97.78º 0.63% 0.66% -
HSV(B) 97.78º 0.48% 0.87% -
XYZ 43 60.98 25.72 -
YUV 190.36 85.47 102.78 -
System Red Green Blue C M Y K H S L
Decimal 155 223 115 0.30 0 0.48 0.13 97.78 0.63 0.66
Hex 9B DF 73 1E 0 30 D 62 3F 42
Octal 233 337 163 36 0 60 15 142 77 102
Binary 10011011 11011111 1110011 11110 0 110000 1101 1100010 111111 1000010

Color Harmonies of #9BDF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDF73

Black with #9BDF73

Text Example


Text Example

White with #9BDF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,223,115); }

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

background-color css

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

 a { background-color: rgb(155,223,115); }

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

border-color css

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

 span { border-color: rgb(155,223,115); }

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