Html Css Color HEX #B0DB72 Feijoa

📋 copy color: '#B0DB72'

red 176 ◦ green 219 ◦ blue 114

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

Shades of Feijoa #B0DB72

Tints of Feijoa #B0DB72

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.03%

 BLUE value IS 114 (44.92% from 255) = 22.4%

R = 34.58%
G = 43.03%
B = 22.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#B0DB72 (or 0xB0DB72) is known color: Feijoa. HEX triplet: B0, DB and 72. RGB value is (176,219,114). Sum of RGB (Red+Green+Blue) = 176+219+114=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DB72 is #4F248D. Grayscale: #C2C2C2. Windows color (decimal): -5186702 or 7527344. OLE color: 7527344.

HSL color Cylindrical-coordinate representation of color #B0DB72: hue angle of 84.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0DB72 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 219 114 -
CMYK 0.20 0 0.48 0.14
HSL 84.57º 0.59% 0.65% -
HSV(B) 84.57º 0.48% 0.86% -
XYZ 46.27 61.11 25.28 -
YUV 194.17 82.75 115.04 -
System Red Green Blue C M Y K H S L
Decimal 176 219 114 0.20 0 0.48 0.14 84.57 0.59 0.65
Hex B0 DB 72 14 0 30 E 55 3B 41
Octal 260 333 162 24 0 60 16 125 73 101
Binary 10110000 11011011 1110010 10100 0 110000 1110 1010101 111011 1000001

Color Harmonies of #B0DB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DB72

Black with #B0DB72

Text Example


Text Example

White with #B0DB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DB72; }

 p { color: rgb(176,219,114); }

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

background-color css

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

 a { background-color: rgb(176,219,114); }

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

border-color css

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

 span { border-color: rgb(176,219,114); }

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