Html Css Color HEX #B5DD86 Feijoa

📋 copy color: '#B5DD86'

red 181 ◦ green 221 ◦ blue 134

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

Shades of Feijoa #B5DD86

Tints of Feijoa #B5DD86

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.23%

 BLUE value IS 134 (52.73% from 255) = 25%

R = 33.77%
G = 41.23%
B = 25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#B5DD86 (or 0xB5DD86) is known color: Feijoa. HEX triplet: B5, DD and 86. RGB value is (181,221,134). Sum of RGB (Red+Green+Blue) = 181+221+134=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DD86 is #4A2279. Grayscale: #C7C7C7. Windows color (decimal): -4858490 or 8838581. OLE color: 8838581.

HSL color Cylindrical-coordinate representation of color #B5DD86: hue angle of 87.59º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5DD86 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 221 134 -
CMYK 0.18 0 0.39 0.13
HSL 87.59º 0.56% 0.7% -
HSV(B) 87.59º 0.39% 0.87% -
XYZ 49.22 63.26 32.17 -
YUV 199.12 91.25 115.07 -
System Red Green Blue C M Y K H S L
Decimal 181 221 134 0.18 0 0.39 0.13 87.59 0.56 0.7
Hex B5 DD 86 12 0 27 D 58 38 46
Octal 265 335 206 22 0 47 15 130 70 106
Binary 10110101 11011101 10000110 10010 0 100111 1101 1011000 111000 1000110

Color Harmonies of #B5DD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DD86

Black with #B5DD86

Text Example


Text Example

White with #B5DD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DD86; }

 p { color: rgb(181,221,134); }

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

background-color css

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

 a { background-color: rgb(181,221,134); }

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

border-color css

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

 span { border-color: rgb(181,221,134); }

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