Html Css Color HEX #B2DF7A Feijoa

📋 copy color: '#B2DF7A'

red 178 ◦ green 223 ◦ blue 122

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

Shades of Feijoa #B2DF7A

Tints of Feijoa #B2DF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.33%

R = 34.03%
G = 42.64%
B = 23.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#B2DF7A (or 0xB2DF7A) is known color: Feijoa. HEX triplet: B2, DF and 7A. RGB value is (178,223,122). Sum of RGB (Red+Green+Blue) = 178+223+122=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DF7A is #4D2085. Grayscale: #C6C6C6. Windows color (decimal): -5054598 or 8052658. OLE color: 8052658.

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

Color convert

RGB 178 223 122 -
CMYK 0.20 0 0.45 0.13
HSL 86.73º 0.61% 0.68% -
HSV(B) 86.73º 0.45% 0.87% -
XYZ 48.26 63.65 28.15 -
YUV 198.03 85.09 113.71 -
System Red Green Blue C M Y K H S L
Decimal 178 223 122 0.20 0 0.45 0.13 86.73 0.61 0.68
Hex B2 DF 7A 14 0 2D D 57 3D 44
Octal 262 337 172 24 0 55 15 127 75 104
Binary 10110010 11011111 1111010 10100 0 101101 1101 1010111 111101 1000100

Color Harmonies of #B2DF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DF7A

Black with #B2DF7A

Text Example


Text Example

White with #B2DF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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