Html Css Color HEX #B2DC7F Feijoa

📋 copy color: '#B2DC7F'

red 178 ◦ green 220 ◦ blue 127

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

Shades of Feijoa #B2DC7F

Tints of Feijoa #B2DC7F

RGB

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

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

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

R = 33.9%
G = 41.9%
B = 24.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#B2DC7F (or 0xB2DC7F) is known color: Feijoa. HEX triplet: B2, DC and 7F. RGB value is (178,220,127). Sum of RGB (Red+Green+Blue) = 178+220+127=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DC7F is #4D2380. Grayscale: #C5C5C5. Windows color (decimal): -5055361 or 8379570. OLE color: 8379570.

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

Color convert

RGB 178 220 127 -
CMYK 0.19 0 0.42 0.14
HSL 87.1º 0.57% 0.68% -
HSV(B) 87.1º 0.42% 0.86% -
XYZ 47.78 62.18 29.56 -
YUV 196.84 88.59 114.56 -
System Red Green Blue C M Y K H S L
Decimal 178 220 127 0.19 0 0.42 0.14 87.1 0.57 0.68
Hex B2 DC 7F 13 0 2A E 57 39 44
Octal 262 334 177 23 0 52 16 127 71 104
Binary 10110010 11011100 1111111 10011 0 101010 1110 1010111 111001 1000100

Color Harmonies of #B2DC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DC7F

Black with #B2DC7F

Text Example


Text Example

White with #B2DC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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