Html Css Color HEX #B2DA81 Feijoa

📋 copy color: '#B2DA81'

red 178 ◦ green 218 ◦ blue 129

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

Shades of Feijoa #B2DA81

Tints of Feijoa #B2DA81

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.52%

 BLUE value IS 129 (50.78% from 255) = 24.57%

R = 33.9%
G = 41.52%
B = 24.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#B2DA81 (or 0xB2DA81) is known color: Feijoa. HEX triplet: B2, DA and 81. RGB value is (178,218,129). Sum of RGB (Red+Green+Blue) = 178+218+129=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 129 (50.78% from 255 or 24.57% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DA81 is #4D257E. Grayscale: #C4C4C4. Windows color (decimal): -5055871 or 8510130. OLE color: 8510130.

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

Color convert

RGB 178 218 129 -
CMYK 0.18 0 0.41 0.15
HSL 86.97º 0.55% 0.68% -
HSV(B) 86.97º 0.41% 0.85% -
XYZ 47.39 61.19 30.08 -
YUV 195.89 90.25 115.24 -
System Red Green Blue C M Y K H S L
Decimal 178 218 129 0.18 0 0.41 0.15 86.97 0.55 0.68
Hex B2 DA 81 12 0 29 F 57 37 44
Octal 262 332 201 22 0 51 17 127 67 104
Binary 10110010 11011010 10000001 10010 0 101001 1111 1010111 110111 1000100

Color Harmonies of #B2DA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA81

Black with #B2DA81

Text Example


Text Example

White with #B2DA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA81; }

 p { color: rgb(178,218,129); }

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

background-color css

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

 a { background-color: rgb(178,218,129); }

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

border-color css

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

 span { border-color: rgb(178,218,129); }

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