Html Css Color HEX #B0DA81 Feijoa

📋 copy color: '#B0DA81'

red 176 ◦ green 218 ◦ blue 129

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

Shades of Feijoa #B0DA81

Tints of Feijoa #B0DA81

RGB

 RED value IS 176 (69.14% from 255) = 33.65%

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

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

R = 33.65%
G = 41.68%
B = 24.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#B0DA81 (or 0xB0DA81) is known color: Feijoa. HEX triplet: B0, DA and 81. RGB value is (176,218,129). Sum of RGB (Red+Green+Blue) = 176+218+129=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 129 (50.78% from 255 or 24.67% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DA81 is #4F257E. Grayscale: #C3C3C3. Windows color (decimal): -5186943 or 8510128. OLE color: 8510128.

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

Color convert

RGB 176 218 129 -
CMYK 0.19 0 0.41 0.15
HSL 88.31º 0.55% 0.68% -
HSV(B) 88.31º 0.41% 0.85% -
XYZ 46.94 60.96 30.06 -
YUV 195.3 90.59 114.24 -
System Red Green Blue C M Y K H S L
Decimal 176 218 129 0.19 0 0.41 0.15 88.31 0.55 0.68
Hex B0 DA 81 13 0 29 F 58 37 44
Octal 260 332 201 23 0 51 17 130 67 104
Binary 10110000 11011010 10000001 10011 0 101001 1111 1011000 110111 1000100

Color Harmonies of #B0DA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA81

Black with #B0DA81

Text Example


Text Example

White with #B0DA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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