Html Css Color HEX #B2DF78 Feijoa

📋 copy color: '#B2DF78'

red 178 ◦ green 223 ◦ blue 120

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

Shades of Feijoa #B2DF78

Tints of Feijoa #B2DF78

RGB

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

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

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

R = 34.17%
G = 42.8%
B = 23.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#B2DF78 (or 0xB2DF78) is known color: Feijoa. HEX triplet: B2, DF and 78. RGB value is (178,223,120). Sum of RGB (Red+Green+Blue) = 178+223+120=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DF78 is #4D2087. Grayscale: #C6C6C6. Windows color (decimal): -5054600 or 7921586. OLE color: 7921586.

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

Color convert

RGB 178 223 120 -
CMYK 0.20 0 0.46 0.13
HSL 86.21º 0.62% 0.67% -
HSV(B) 86.21º 0.46% 0.87% -
XYZ 48.14 63.6 27.51 -
YUV 197.8 84.09 113.88 -
System Red Green Blue C M Y K H S L
Decimal 178 223 120 0.20 0 0.46 0.13 86.21 0.62 0.67
Hex B2 DF 78 14 0 2E D 56 3E 43
Octal 262 337 170 24 0 56 15 126 76 103
Binary 10110010 11011111 1111000 10100 0 101110 1101 1010110 111110 1000011

Color Harmonies of #B2DF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DF78

Black with #B2DF78

Text Example


Text Example

White with #B2DF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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