Html Css Color HEX #B2DF82 Feijoa

📋 copy color: '#B2DF82'

red 178 ◦ green 223 ◦ blue 130

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

Shades of Feijoa #B2DF82

Tints of Feijoa #B2DF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.48%

R = 33.52%
G = 42%
B = 24.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#B2DF82 (or 0xB2DF82) is known color: Feijoa. HEX triplet: B2, DF and 82. RGB value is (178,223,130). Sum of RGB (Red+Green+Blue) = 178+223+130=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DF82 is #4D207D. Grayscale: #C7C7C7. Windows color (decimal): -5054590 or 8576946. OLE color: 8576946.

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

Color convert

RGB 178 223 130 -
CMYK 0.20 0 0.42 0.13
HSL 89.03º 0.59% 0.69% -
HSV(B) 89.03º 0.42% 0.87% -
XYZ 48.78 63.85 30.87 -
YUV 198.94 89.09 113.06 -
System Red Green Blue C M Y K H S L
Decimal 178 223 130 0.20 0 0.42 0.13 89.03 0.59 0.69
Hex B2 DF 82 14 0 2A D 59 3B 45
Octal 262 337 202 24 0 52 15 131 73 105
Binary 10110010 11011111 10000010 10100 0 101010 1101 1011001 111011 1000101

Color Harmonies of #B2DF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DF82

Black with #B2DF82

Text Example


Text Example

White with #B2DF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DF82; }

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

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

background-color css

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

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

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

border-color css

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

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

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