Html Css Color HEX #B2D57F Feijoa

📋 copy color: '#B2D57F'

red 178 ◦ green 213 ◦ blue 127

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

Shades of Feijoa #B2D57F

Tints of Feijoa #B2D57F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.12%

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

R = 34.36%
G = 41.12%
B = 24.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#B2D57F (or 0xB2D57F) is known color: Feijoa. HEX triplet: B2, D5 and 7F. RGB value is (178,213,127). Sum of RGB (Red+Green+Blue) = 178+213+127=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D57F is #4D2A80. Grayscale: #C1C1C1. Windows color (decimal): -5057153 or 8377778. OLE color: 8377778.

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

Color convert

RGB 178 213 127 -
CMYK 0.16 0 0.40 0.16
HSL 84.42º 0.51% 0.67% -
HSV(B) 84.42º 0.4% 0.84% -
XYZ 45.99 58.59 28.96 -
YUV 192.73 90.9 117.49 -
System Red Green Blue C M Y K H S L
Decimal 178 213 127 0.16 0 0.40 0.16 84.42 0.51 0.67
Hex B2 D5 7F 10 0 28 10 54 33 43
Octal 262 325 177 20 0 50 20 124 63 103
Binary 10110010 11010101 1111111 10000 0 101000 10000 1010100 110011 1000011

Color Harmonies of #B2D57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D57F

Black with #B2D57F

Text Example


Text Example

White with #B2D57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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