Html Css Color HEX #B0DB7F Feijoa

📋 copy color: '#B0DB7F'

red 176 ◦ green 219 ◦ blue 127

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

Shades of Feijoa #B0DB7F

Tints of Feijoa #B0DB7F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.95%

 BLUE value IS 127 (50% from 255) = 24.33%

R = 33.72%
G = 41.95%
B = 24.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#B0DB7F (or 0xB0DB7F) is known color: Feijoa. HEX triplet: B0, DB and 7F. RGB value is (176,219,127). Sum of RGB (Red+Green+Blue) = 176+219+127=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DB7F is #4F2480. Grayscale: #C3C3C3. Windows color (decimal): -5186689 or 8379312. OLE color: 8379312.

HSL color Cylindrical-coordinate representation of color #B0DB7F: hue angle of 88.04º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0DB7F is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 219 127 -
CMYK 0.20 0 0.42 0.14
HSL 88.04º 0.56% 0.68% -
HSV(B) 88.04º 0.42% 0.86% -
XYZ 47.07 61.43 29.45 -
YUV 195.66 89.25 113.98 -
System Red Green Blue C M Y K H S L
Decimal 176 219 127 0.20 0 0.42 0.14 88.04 0.56 0.68
Hex B0 DB 7F 14 0 2A E 58 38 44
Octal 260 333 177 24 0 52 16 130 70 104
Binary 10110000 11011011 1111111 10100 0 101010 1110 1011000 111000 1000100

Color Harmonies of #B0DB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DB7F

Black with #B0DB7F

Text Example


Text Example

White with #B0DB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DB7F; }

 p { color: rgb(176,219,127); }

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

background-color css

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

 a { background-color: rgb(176,219,127); }

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

border-color css

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

 span { border-color: rgb(176,219,127); }

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