Html Css Color HEX #B2E77F Feijoa

📋 copy color: '#B2E77F'

red 178 ◦ green 231 ◦ blue 127

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

Shades of Feijoa #B2E77F

Tints of Feijoa #B2E77F

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.1%

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

R = 33.21%
G = 43.1%
B = 23.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#B2E77F (or 0xB2E77F) is known color: Feijoa. HEX triplet: B2, E7 and 7F. RGB value is (178,231,127). Sum of RGB (Red+Green+Blue) = 178+231+127=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 231 (90.62% from 255 or 43.10% from 536); Blue value is 127 (50% from 255 or 23.69% from 536); Max value from RGB is 231 - color contains mainly: green. Hex color #B2E77F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E77F is #4D1880. Grayscale: #CBCBCB. Windows color (decimal): -5052545 or 8382386. OLE color: 8382386.

HSL color Cylindrical-coordinate representation of color #B2E77F: hue angle of 90.58º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2E77F is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 231 127 -
CMYK 0.23 0 0.45 0.09
HSL 90.58º 0.68% 0.7% -
HSV(B) 90.58º 0.45% 0.91% -
XYZ 50.77 68.15 30.56 -
YUV 203.3 84.94 109.96 -
System Red Green Blue C M Y K H S L
Decimal 178 231 127 0.23 0 0.45 0.09 90.58 0.68 0.7
Hex B2 E7 7F 17 0 2D 9 5B 44 46
Octal 262 347 177 27 0 55 11 133 104 106
Binary 10110010 11100111 1111111 10111 0 101101 1001 1011011 1000100 1000110

Color Harmonies of #B2E77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E77F

Black with #B2E77F

Text Example


Text Example

White with #B2E77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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