Html Css Color HEX #B3DC7B Feijoa

📋 copy color: '#B3DC7B'

red 179 ◦ green 220 ◦ blue 123

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

Shades of Feijoa #B3DC7B

Tints of Feijoa #B3DC7B

RGB

 RED value IS 179 (70.31% from 255) = 34.29%

 GREEN value IS 220 (86.33% from 255) = 42.15%

 BLUE value IS 123 (48.44% from 255) = 23.56%

R = 34.29%
G = 42.15%
B = 23.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#B3DC7B (or 0xB3DC7B) is known color: Feijoa. HEX triplet: B3, DC and 7B. RGB value is (179,220,123). Sum of RGB (Red+Green+Blue) = 179+220+123=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DC7B is #4C2384. Grayscale: #C5C5C5. Windows color (decimal): -4989829 or 8117427. OLE color: 8117427.

HSL color Cylindrical-coordinate representation of color #B3DC7B: hue angle of 85.36º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3DC7B is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 220 123 -
CMYK 0.19 0 0.44 0.14
HSL 85.36º 0.58% 0.67% -
HSV(B) 85.36º 0.44% 0.86% -
XYZ 47.76 62.2 28.23 -
YUV 196.68 86.42 115.39 -
System Red Green Blue C M Y K H S L
Decimal 179 220 123 0.19 0 0.44 0.14 85.36 0.58 0.67
Hex B3 DC 7B 13 0 2C E 55 3A 43
Octal 263 334 173 23 0 54 16 125 72 103
Binary 10110011 11011100 1111011 10011 0 101100 1110 1010101 111010 1000011

Color Harmonies of #B3DC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DC7B

Black with #B3DC7B

Text Example


Text Example

White with #B3DC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DC7B; }

 p { color: rgb(179,220,123); }

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

background-color css

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

 a { background-color: rgb(179,220,123); }

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

border-color css

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

 span { border-color: rgb(179,220,123); }

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