Html Css Color HEX #B5DB84 Feijoa

📋 copy color: '#B5DB84'

red 181 ◦ green 219 ◦ blue 132

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

Shades of Feijoa #B5DB84

Tints of Feijoa #B5DB84

RGB

 RED value IS 181 (71.09% from 255) = 34.02%

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

 BLUE value IS 132 (51.95% from 255) = 24.81%

R = 34.02%
G = 41.17%
B = 24.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#B5DB84 (or 0xB5DB84) is known color: Feijoa. HEX triplet: B5, DB and 84. RGB value is (181,219,132). Sum of RGB (Red+Green+Blue) = 181+219+132=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DB84 is #4A247B. Grayscale: #C6C6C6. Windows color (decimal): -4859004 or 8706997. OLE color: 8706997.

HSL color Cylindrical-coordinate representation of color #B5DB84: hue angle of 86.21º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5DB84 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 219 132 -
CMYK 0.17 0 0.40 0.14
HSL 86.21º 0.55% 0.69% -
HSV(B) 86.21º 0.4% 0.86% -
XYZ 48.55 62.15 31.27 -
YUV 197.72 90.91 116.07 -
System Red Green Blue C M Y K H S L
Decimal 181 219 132 0.17 0 0.40 0.14 86.21 0.55 0.69
Hex B5 DB 84 11 0 28 E 56 37 45
Octal 265 333 204 21 0 50 16 126 67 105
Binary 10110101 11011011 10000100 10001 0 101000 1110 1010110 110111 1000101

Color Harmonies of #B5DB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DB84

Black with #B5DB84

Text Example


Text Example

White with #B5DB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DB84; }

 p { color: rgb(181,219,132); }

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

background-color css

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

 a { background-color: rgb(181,219,132); }

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

border-color css

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

 span { border-color: rgb(181,219,132); }

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