Html Css Color HEX #B0DF71 Feijoa

📋 copy color: '#B0DF71'

red 176 ◦ green 223 ◦ blue 113

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

Shades of Feijoa #B0DF71

Tints of Feijoa #B0DF71

RGB

 RED value IS 176 (69.14% from 255) = 34.38%

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

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

R = 34.38%
G = 43.55%
B = 22.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#B0DF71 (or 0xB0DF71) is known color: Feijoa. HEX triplet: B0, DF and 71. RGB value is (176,223,113). Sum of RGB (Red+Green+Blue) = 176+223+113=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DF71 is #4F208E. Grayscale: #C4C4C4. Windows color (decimal): -5185679 or 7462832. OLE color: 7462832.

HSL color Cylindrical-coordinate representation of color #B0DF71: hue angle of 85.64º 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 #B0DF71 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 223 113 -
CMYK 0.21 0 0.49 0.13
HSL 85.64º 0.63% 0.66% -
HSV(B) 85.64º 0.49% 0.87% -
XYZ 47.27 63.2 25.33 -
YUV 196.41 80.93 113.44 -
System Red Green Blue C M Y K H S L
Decimal 176 223 113 0.21 0 0.49 0.13 85.64 0.63 0.66
Hex B0 DF 71 15 0 31 D 56 3F 42
Octal 260 337 161 25 0 61 15 126 77 102
Binary 10110000 11011111 1110001 10101 0 110001 1101 1010110 111111 1000010

Color Harmonies of #B0DF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DF71

Black with #B0DF71

Text Example


Text Example

White with #B0DF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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