Html Css Color HEX #B2D77F Feijoa

📋 copy color: '#B2D77F'

red 178 ◦ green 215 ◦ blue 127

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

Shades of Feijoa #B2D77F

Tints of Feijoa #B2D77F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.35%

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

R = 34.23%
G = 41.35%
B = 24.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#B2D77F (or 0xB2D77F) is known color: Feijoa. HEX triplet: B2, D7 and 7F. RGB value is (178,215,127). Sum of RGB (Red+Green+Blue) = 178+215+127=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D77F is #4D2880. Grayscale: #C2C2C2. Windows color (decimal): -5056641 or 8378290. OLE color: 8378290.

HSL color Cylindrical-coordinate representation of color #B2D77F: hue angle of 85.23º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2D77F is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 215 127 -
CMYK 0.17 0 0.41 0.16
HSL 85.23º 0.52% 0.67% -
HSV(B) 85.23º 0.41% 0.84% -
XYZ 46.49 59.6 29.13 -
YUV 193.91 90.24 116.66 -
System Red Green Blue C M Y K H S L
Decimal 178 215 127 0.17 0 0.41 0.16 85.23 0.52 0.67
Hex B2 D7 7F 11 0 29 10 55 34 43
Octal 262 327 177 21 0 51 20 125 64 103
Binary 10110010 11010111 1111111 10001 0 101001 10000 1010101 110100 1000011

Color Harmonies of #B2D77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D77F

Black with #B2D77F

Text Example


Text Example

White with #B2D77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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