Html Css Color HEX #B1DC74 Feijoa

📋 copy color: '#B1DC74'

red 177 ◦ green 220 ◦ blue 116

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

Shades of Feijoa #B1DC74

Tints of Feijoa #B1DC74

RGB

 RED value IS 177 (69.53% from 255) = 34.5%

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

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

R = 34.5%
G = 42.88%
B = 22.61%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#B1DC74 (or 0xB1DC74) is known color: Feijoa. HEX triplet: B1, DC and 74. RGB value is (177,220,116). Sum of RGB (Red+Green+Blue) = 177+220+116=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DC74 is #4E238B. Grayscale: #C3C3C3. Windows color (decimal): -5120908 or 7658673. OLE color: 7658673.

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

Color convert

RGB 177 220 116 -
CMYK 0.20 0 0.47 0.14
HSL 84.81º 0.6% 0.66% -
HSV(B) 84.81º 0.47% 0.86% -
XYZ 46.88 61.79 25.98 -
YUV 195.29 83.25 114.96 -
System Red Green Blue C M Y K H S L
Decimal 177 220 116 0.20 0 0.47 0.14 84.81 0.6 0.66
Hex B1 DC 74 14 0 2F E 55 3C 42
Octal 261 334 164 24 0 57 16 125 74 102
Binary 10110001 11011100 1110100 10100 0 101111 1110 1010101 111100 1000010

Color Harmonies of #B1DC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DC74

Black with #B1DC74

Text Example


Text Example

White with #B1DC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DC74; }

 p { color: rgb(177,220,116); }

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

background-color css

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

 a { background-color: rgb(177,220,116); }

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

border-color css

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

 span { border-color: rgb(177,220,116); }

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