Html Css Color HEX #B2DB79 Feijoa

📋 copy color: '#B2DB79'

red 178 ◦ green 219 ◦ blue 121

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

Shades of Feijoa #B2DB79

Tints of Feijoa #B2DB79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.36%

R = 34.36%
G = 42.28%
B = 23.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#B2DB79 (or 0xB2DB79) is known color: Feijoa. HEX triplet: B2, DB and 79. RGB value is (178,219,121). Sum of RGB (Red+Green+Blue) = 178+219+121=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DB79 is #4D2486. Grayscale: #C3C3C3. Windows color (decimal): -5055623 or 7986098. OLE color: 7986098.

HSL color Cylindrical-coordinate representation of color #B2DB79: hue angle of 85.1º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2DB79 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 219 121 -
CMYK 0.19 0 0.45 0.14
HSL 85.1º 0.58% 0.67% -
HSV(B) 85.1º 0.45% 0.86% -
XYZ 47.14 61.51 27.48 -
YUV 195.57 85.92 115.47 -
System Red Green Blue C M Y K H S L
Decimal 178 219 121 0.19 0 0.45 0.14 85.1 0.58 0.67
Hex B2 DB 79 13 0 2D E 55 3A 43
Octal 262 333 171 23 0 55 16 125 72 103
Binary 10110010 11011011 1111001 10011 0 101101 1110 1010101 111010 1000011

Color Harmonies of #B2DB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB79

Black with #B2DB79

Text Example


Text Example

White with #B2DB79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB79; }

 p { color: rgb(178,219,121); }

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

background-color css

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

 a { background-color: rgb(178,219,121); }

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

border-color css

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

 span { border-color: rgb(178,219,121); }

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