Html Css Color HEX #B0DA74 Feijoa

📋 copy color: '#B0DA74'

red 176 ◦ green 218 ◦ blue 116

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

Shades of Feijoa #B0DA74

Tints of Feijoa #B0DA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.75%

R = 34.51%
G = 42.75%
B = 22.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#B0DA74 (or 0xB0DA74) is known color: Feijoa. HEX triplet: B0, DA and 74. RGB value is (176,218,116). Sum of RGB (Red+Green+Blue) = 176+218+116=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA74 is #4F258B. Grayscale: #C2C2C2. Windows color (decimal): -5186956 or 7658160. OLE color: 7658160.

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

Color convert

RGB 176 218 116 -
CMYK 0.19 0 0.47 0.15
HSL 84.71º 0.58% 0.65% -
HSV(B) 84.71º 0.47% 0.85% -
XYZ 46.13 60.63 25.8 -
YUV 193.81 84.09 115.29 -
System Red Green Blue C M Y K H S L
Decimal 176 218 116 0.19 0 0.47 0.15 84.71 0.58 0.65
Hex B0 DA 74 13 0 2F F 55 3A 41
Octal 260 332 164 23 0 57 17 125 72 101
Binary 10110000 11011010 1110100 10011 0 101111 1111 1010101 111010 1000001

Color Harmonies of #B0DA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA74

Black with #B0DA74

Text Example


Text Example

White with #B0DA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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