Html Css Color HEX #B1DD84 Feijoa

📋 copy color: '#B1DD84'

red 177 ◦ green 221 ◦ blue 132

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

Shades of Feijoa #B1DD84

Tints of Feijoa #B1DD84

RGB

 RED value IS 177 (69.53% from 255) = 33.4%

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

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

R = 33.4%
G = 41.7%
B = 24.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#B1DD84 (or 0xB1DD84) is known color: Feijoa. HEX triplet: B1, DD and 84. RGB value is (177,221,132). Sum of RGB (Red+Green+Blue) = 177+221+132=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DD84 is #4E227B. Grayscale: #C6C6C6. Windows color (decimal): -5120636 or 8707505. OLE color: 8707505.

HSL color Cylindrical-coordinate representation of color #B1DD84: hue angle of 89.66º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1DD84 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 221 132 -
CMYK 0.20 0 0.40 0.13
HSL 89.66º 0.57% 0.69% -
HSV(B) 89.66º 0.4% 0.87% -
XYZ 48.15 62.73 31.4 -
YUV 197.7 90.92 113.24 -
System Red Green Blue C M Y K H S L
Decimal 177 221 132 0.20 0 0.40 0.13 89.66 0.57 0.69
Hex B1 DD 84 14 0 28 D 5A 39 45
Octal 261 335 204 24 0 50 15 132 71 105
Binary 10110001 11011101 10000100 10100 0 101000 1101 1011010 111001 1000101

Color Harmonies of #B1DD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DD84

Black with #B1DD84

Text Example


Text Example

White with #B1DD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DD84; }

 p { color: rgb(177,221,132); }

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

background-color css

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

 a { background-color: rgb(177,221,132); }

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

border-color css

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

 span { border-color: rgb(177,221,132); }

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