Html Css Color HEX #B0DF81 Feijoa

📋 copy color: '#B0DF81'

red 176 ◦ green 223 ◦ blue 129

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

Shades of Feijoa #B0DF81

Tints of Feijoa #B0DF81

RGB

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

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

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

R = 33.33%
G = 42.23%
B = 24.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#B0DF81 (or 0xB0DF81) is known color: Feijoa. HEX triplet: B0, DF and 81. RGB value is (176,223,129). Sum of RGB (Red+Green+Blue) = 176+223+129=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 129 (50.78% from 255 or 24.43% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DF81 is #4F207E. Grayscale: #C6C6C6. Windows color (decimal): -5185663 or 8511408. OLE color: 8511408.

HSL color Cylindrical-coordinate representation of color #B0DF81: hue angle of 90º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0DF81 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 223 129 -
CMYK 0.21 0 0.42 0.13
HSL 90º 0.59% 0.69% -
HSV(B) 90º 0.42% 0.87% -
XYZ 48.25 63.59 30.5 -
YUV 198.23 88.93 112.14 -
System Red Green Blue C M Y K H S L
Decimal 176 223 129 0.21 0 0.42 0.13 90 0.59 0.69
Hex B0 DF 81 15 0 2A D 5A 3B 45
Octal 260 337 201 25 0 52 15 132 73 105
Binary 10110000 11011111 10000001 10101 0 101010 1101 1011010 111011 1000101

Color Harmonies of #B0DF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DF81

Black with #B0DF81

Text Example


Text Example

White with #B0DF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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