Html Css Color HEX #B2DD77 Feijoa

📋 copy color: '#B2DD77'

red 178 ◦ green 221 ◦ blue 119

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

Shades of Feijoa #B2DD77

Tints of Feijoa #B2DD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.97%

R = 34.36%
G = 42.66%
B = 22.97%

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

#B2DD77 (or 0xB2DD77) is known color: Feijoa. HEX triplet: B2, DD and 77. RGB value is (178,221,119). Sum of RGB (Red+Green+Blue) = 178+221+119=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DD77 is #4D2288. Grayscale: #C4C4C4. Windows color (decimal): -5055113 or 7855538. OLE color: 7855538.

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

Color convert

RGB 178 221 119 -
CMYK 0.19 0 0.46 0.13
HSL 85.29º 0.6% 0.67% -
HSV(B) 85.29º 0.46% 0.87% -
XYZ 47.55 62.51 27.01 -
YUV 196.52 84.25 114.79 -
System Red Green Blue C M Y K H S L
Decimal 178 221 119 0.19 0 0.46 0.13 85.29 0.6 0.67
Hex B2 DD 77 13 0 2E D 55 3C 43
Octal 262 335 167 23 0 56 15 125 74 103
Binary 10110010 11011101 1110111 10011 0 101110 1101 1010101 111100 1000011

Color Harmonies of #B2DD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DD77

Black with #B2DD77

Text Example


Text Example

White with #B2DD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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