Html Css Color HEX #B2DF7C Feijoa

📋 copy color: '#B2DF7C'

red 178 ◦ green 223 ◦ blue 124

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

Shades of Feijoa #B2DF7C

Tints of Feijoa #B2DF7C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.48%

 BLUE value IS 124 (48.83% from 255) = 23.62%

R = 33.9%
G = 42.48%
B = 23.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#B2DF7C (or 0xB2DF7C) is known color: Feijoa. HEX triplet: B2, DF and 7C. RGB value is (178,223,124). Sum of RGB (Red+Green+Blue) = 178+223+124=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DF7C is #4D2083. Grayscale: #C6C6C6. Windows color (decimal): -5054596 or 8183730. OLE color: 8183730.

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

Color convert

RGB 178 223 124 -
CMYK 0.20 0 0.44 0.13
HSL 87.27º 0.61% 0.68% -
HSV(B) 87.27º 0.44% 0.87% -
XYZ 48.39 63.7 28.81 -
YUV 198.26 86.09 113.55 -
System Red Green Blue C M Y K H S L
Decimal 178 223 124 0.20 0 0.44 0.13 87.27 0.61 0.68
Hex B2 DF 7C 14 0 2C D 57 3D 44
Octal 262 337 174 24 0 54 15 127 75 104
Binary 10110010 11011111 1111100 10100 0 101100 1101 1010111 111101 1000100

Color Harmonies of #B2DF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DF7C

Black with #B2DF7C

Text Example


Text Example

White with #B2DF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DF7C; }

 p { color: rgb(178,223,124); }

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

background-color css

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

 a { background-color: rgb(178,223,124); }

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

border-color css

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

 span { border-color: rgb(178,223,124); }

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