Html Css Color HEX #B2DE7F Feijoa

📋 copy color: '#B2DE7F'

red 178 ◦ green 222 ◦ blue 127

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

Shades of Feijoa #B2DE7F

Tints of Feijoa #B2DE7F

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.13%

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

R = 33.78%
G = 42.13%
B = 24.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#B2DE7F (or 0xB2DE7F) is known color: Feijoa. HEX triplet: B2, DE and 7F. RGB value is (178,222,127). Sum of RGB (Red+Green+Blue) = 178+222+127=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DE7F is #4D2180. Grayscale: #C6C6C6. Windows color (decimal): -5054849 or 8380082. OLE color: 8380082.

HSL color Cylindrical-coordinate representation of color #B2DE7F: hue angle of 87.79º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2DE7F is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 222 127 -
CMYK 0.20 0 0.43 0.13
HSL 87.79º 0.59% 0.68% -
HSV(B) 87.79º 0.43% 0.87% -
XYZ 48.31 63.24 29.74 -
YUV 198.01 87.92 113.72 -
System Red Green Blue C M Y K H S L
Decimal 178 222 127 0.20 0 0.43 0.13 87.79 0.59 0.68
Hex B2 DE 7F 14 0 2B D 58 3B 44
Octal 262 336 177 24 0 53 15 130 73 104
Binary 10110010 11011110 1111111 10100 0 101011 1101 1011000 111011 1000100

Color Harmonies of #B2DE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DE7F

Black with #B2DE7F

Text Example


Text Example

White with #B2DE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DE7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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