Html Css Color HEX #B2DF84 Feijoa

📋 copy color: '#B2DF84'

red 178 ◦ green 223 ◦ blue 132

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

Shades of Feijoa #B2DF84

Tints of Feijoa #B2DF84

RGB

 RED value IS 178 (69.92% from 255) = 33.4%

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

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

R = 33.4%
G = 41.84%
B = 24.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#B2DF84 (or 0xB2DF84) is known color: Feijoa. HEX triplet: B2, DF and 84. RGB value is (178,223,132). Sum of RGB (Red+Green+Blue) = 178+223+132=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 132 (51.95% from 255 or 24.77% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DF84 is #4D207B. Grayscale: #C7C7C7. Windows color (decimal): -5054588 or 8708018. OLE color: 8708018.

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

Color convert

RGB 178 223 132 -
CMYK 0.20 0 0.41 0.13
HSL 89.67º 0.59% 0.7% -
HSV(B) 89.67º 0.41% 0.87% -
XYZ 48.91 63.91 31.59 -
YUV 199.17 90.09 112.9 -
System Red Green Blue C M Y K H S L
Decimal 178 223 132 0.20 0 0.41 0.13 89.67 0.59 0.7
Hex B2 DF 84 14 0 29 D 5A 3B 46
Octal 262 337 204 24 0 51 15 132 73 106
Binary 10110010 11011111 10000100 10100 0 101001 1101 1011010 111011 1000110

Color Harmonies of #B2DF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DF84

Black with #B2DF84

Text Example


Text Example

White with #B2DF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DF84; }

 p { color: rgb(178,223,132); }

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

background-color css

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

 a { background-color: rgb(178,223,132); }

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

border-color css

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

 span { border-color: rgb(178,223,132); }

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