Html Css Color HEX #B2DD78 Feijoa

📋 copy color: '#B2DD78'

red 178 ◦ green 221 ◦ blue 120

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

Shades of Feijoa #B2DD78

Tints of Feijoa #B2DD78

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.58%

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

R = 34.3%
G = 42.58%
B = 23.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#B2DD78 (or 0xB2DD78) is known color: Feijoa. HEX triplet: B2, DD and 78. RGB value is (178,221,120). Sum of RGB (Red+Green+Blue) = 178+221+120=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DD78 is #4D2287. Grayscale: #C4C4C4. Windows color (decimal): -5055112 or 7921074. OLE color: 7921074.

HSL color Cylindrical-coordinate representation of color #B2DD78: hue angle of 85.54º degrees, saturation: 0.6, 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 #B2DD78 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 221 120 -
CMYK 0.19 0 0.46 0.13
HSL 85.54º 0.6% 0.67% -
HSV(B) 85.54º 0.46% 0.87% -
XYZ 47.61 62.53 27.33 -
YUV 196.63 84.75 114.71 -
System Red Green Blue C M Y K H S L
Decimal 178 221 120 0.19 0 0.46 0.13 85.54 0.6 0.67
Hex B2 DD 78 13 0 2E D 56 3C 43
Octal 262 335 170 23 0 56 15 126 74 103
Binary 10110010 11011101 1111000 10011 0 101110 1101 1010110 111100 1000011

Color Harmonies of #B2DD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DD78

Black with #B2DD78

Text Example


Text Example

White with #B2DD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DD78; }

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

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

background-color css

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

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

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

border-color css

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

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

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