Html Css Color HEX #9BDF71 Feijoa

📋 copy color: '#9BDF71'

red 155 ◦ green 223 ◦ blue 113

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

Shades of Feijoa #9BDF71

Tints of Feijoa #9BDF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.01%

R = 31.57%
G = 45.42%
B = 23.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#9BDF71 (or 0x9BDF71) is known color: Feijoa. HEX triplet: 9B, DF and 71. RGB value is (155,223,113). Sum of RGB (Red+Green+Blue) = 155+223+113=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDF71 is #64208E. Grayscale: #BEBEBE. Windows color (decimal): -6561935 or 7462811. OLE color: 7462811.

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

Color convert

RGB 155 223 113 -
CMYK 0.30 0 0.49 0.13
HSL 97.09º 0.63% 0.66% -
HSV(B) 97.09º 0.49% 0.87% -
XYZ 42.89 60.94 25.12 -
YUV 190.13 84.47 102.94 -
System Red Green Blue C M Y K H S L
Decimal 155 223 113 0.30 0 0.49 0.13 97.09 0.63 0.66
Hex 9B DF 71 1E 0 31 D 61 3F 42
Octal 233 337 161 36 0 61 15 141 77 102
Binary 10011011 11011111 1110001 11110 0 110001 1101 1100001 111111 1000010

Color Harmonies of #9BDF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDF71

Black with #9BDF71

Text Example


Text Example

White with #9BDF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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