Html Css Color HEX #B2DA7F Feijoa

📋 copy color: '#B2DA7F'

red 178 ◦ green 218 ◦ blue 127

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

Shades of Feijoa #B2DA7F

Tints of Feijoa #B2DA7F

RGB

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

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

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

R = 34.03%
G = 41.68%
B = 24.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#B2DA7F (or 0xB2DA7F) is known color: Feijoa. HEX triplet: B2, DA and 7F. RGB value is (178,218,127). Sum of RGB (Red+Green+Blue) = 178+218+127=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DA7F is #4D2580. Grayscale: #C3C3C3. Windows color (decimal): -5055873 or 8379058. OLE color: 8379058.

HSL color Cylindrical-coordinate representation of color #B2DA7F: hue angle of 86.37º 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 #B2DA7F is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 218 127 -
CMYK 0.18 0 0.42 0.15
HSL 86.37º 0.55% 0.68% -
HSV(B) 86.37º 0.42% 0.85% -
XYZ 47.26 61.14 29.39 -
YUV 195.67 89.25 115.4 -
System Red Green Blue C M Y K H S L
Decimal 178 218 127 0.18 0 0.42 0.15 86.37 0.55 0.68
Hex B2 DA 7F 12 0 2A F 56 37 44
Octal 262 332 177 22 0 52 17 126 67 104
Binary 10110010 11011010 1111111 10010 0 101010 1111 1010110 110111 1000100

Color Harmonies of #B2DA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA7F

Black with #B2DA7F

Text Example


Text Example

White with #B2DA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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