Html Css Color HEX #B0DA7F Feijoa

📋 copy color: '#B0DA7F'

red 176 ◦ green 218 ◦ blue 127

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

Shades of Feijoa #B0DA7F

Tints of Feijoa #B0DA7F

RGB

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

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

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

R = 33.78%
G = 41.84%
B = 24.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#B0DA7F (or 0xB0DA7F) is known color: Feijoa. HEX triplet: B0, DA and 7F. RGB value is (176,218,127). Sum of RGB (Red+Green+Blue) = 176+218+127=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA7F is #4F2580. Grayscale: #C3C3C3. Windows color (decimal): -5186945 or 8379056. OLE color: 8379056.

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

Color convert

RGB 176 218 127 -
CMYK 0.19 0 0.42 0.15
HSL 87.69º 0.55% 0.68% -
HSV(B) 87.69º 0.42% 0.85% -
XYZ 46.81 60.91 29.37 -
YUV 195.07 89.59 114.4 -
System Red Green Blue C M Y K H S L
Decimal 176 218 127 0.19 0 0.42 0.15 87.69 0.55 0.68
Hex B0 DA 7F 13 0 2A F 58 37 44
Octal 260 332 177 23 0 52 17 130 67 104
Binary 10110000 11011010 1111111 10011 0 101010 1111 1011000 110111 1000100

Color Harmonies of #B0DA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA7F

Black with #B0DA7F

Text Example


Text Example

White with #B0DA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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