Html Css Color HEX #B2D87F Feijoa

📋 copy color: '#B2D87F'

red 178 ◦ green 216 ◦ blue 127

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

Shades of Feijoa #B2D87F

Tints of Feijoa #B2D87F

RGB

 RED value IS 178 (69.92% from 255) = 34.17%

 GREEN value IS 216 (84.77% from 255) = 41.46%

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

R = 34.17%
G = 41.46%
B = 24.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#B2D87F (or 0xB2D87F) is known color: Feijoa. HEX triplet: B2, D8 and 7F. RGB value is (178,216,127). Sum of RGB (Red+Green+Blue) = 178+216+127=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D87F is #4D2780. Grayscale: #C2C2C2. Windows color (decimal): -5056385 or 8378546. OLE color: 8378546.

HSL color Cylindrical-coordinate representation of color #B2D87F: hue angle of 85.62º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2D87F is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 216 127 -
CMYK 0.18 0 0.41 0.15
HSL 85.62º 0.53% 0.67% -
HSV(B) 85.62º 0.41% 0.85% -
XYZ 46.75 60.11 29.22 -
YUV 194.49 89.91 116.24 -
System Red Green Blue C M Y K H S L
Decimal 178 216 127 0.18 0 0.41 0.15 85.62 0.53 0.67
Hex B2 D8 7F 12 0 29 F 56 35 43
Octal 262 330 177 22 0 51 17 126 65 103
Binary 10110010 11011000 1111111 10010 0 101001 1111 1010110 110101 1000011

Color Harmonies of #B2D87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D87F

Black with #B2D87F

Text Example


Text Example

White with #B2D87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D87F; }

 p { color: rgb(178,216,127); }

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

background-color css

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

 a { background-color: rgb(178,216,127); }

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

border-color css

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

 span { border-color: rgb(178,216,127); }

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