Html Css Color HEX #B2D978 Feijoa

📋 copy color: '#B2D978'

red 178 ◦ green 217 ◦ blue 120

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

Shades of Feijoa #B2D978

Tints of Feijoa #B2D978

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.14%

 BLUE value IS 120 (47.27% from 255) = 23.3%

R = 34.56%
G = 42.14%
B = 23.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#B2D978 (or 0xB2D978) is known color: Feijoa. HEX triplet: B2, D9 and 78. RGB value is (178,217,120). Sum of RGB (Red+Green+Blue) = 178+217+120=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D978 is #4D2687. Grayscale: #C2C2C2. Windows color (decimal): -5056136 or 7920050. OLE color: 7920050.

HSL color Cylindrical-coordinate representation of color #B2D978: hue angle of 84.12º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2D978 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 217 120 -
CMYK 0.18 0 0.45 0.15
HSL 84.12º 0.56% 0.66% -
HSV(B) 84.12º 0.45% 0.85% -
XYZ 46.56 60.45 26.98 -
YUV 194.28 86.08 116.39 -
System Red Green Blue C M Y K H S L
Decimal 178 217 120 0.18 0 0.45 0.15 84.12 0.56 0.66
Hex B2 D9 78 12 0 2D F 54 38 42
Octal 262 331 170 22 0 55 17 124 70 102
Binary 10110010 11011001 1111000 10010 0 101101 1111 1010100 111000 1000010

Color Harmonies of #B2D978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D978

Black with #B2D978

Text Example


Text Example

White with #B2D978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D978; }

 p { color: rgb(178,217,120); }

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

background-color css

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

 a { background-color: rgb(178,217,120); }

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

border-color css

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

 span { border-color: rgb(178,217,120); }

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