Html Css Color HEX #B2F58B Feijoa

📋 copy color: '#B2F58B'

red 178 ◦ green 245 ◦ blue 139

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

Shades of Feijoa #B2F58B

Tints of Feijoa #B2F58B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.59%

 BLUE value IS 139 (54.69% from 255) = 24.73%

R = 31.67%
G = 43.59%
B = 24.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#B2F58B (or 0xB2F58B) is known color: Feijoa. HEX triplet: B2, F5 and 8B. RGB value is (178,245,139). Sum of RGB (Red+Green+Blue) = 178+245+139=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 245 (96.09% from 255 or 43.59% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F58B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F58B is #4D0A74. Grayscale: #D5D5D5. Windows color (decimal): -5048949 or 9172402. OLE color: 9172402.

HSL color Cylindrical-coordinate representation of color #B2F58B: hue angle of 97.92º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2F58B is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 245 139 -
CMYK 0.27 0 0.43 0.04
HSL 97.92º 0.84% 0.75% -
HSV(B) 97.92º 0.43% 0.96% -
XYZ 55.67 76.63 36.28 -
YUV 212.88 86.3 103.12 -
System Red Green Blue C M Y K H S L
Decimal 178 245 139 0.27 0 0.43 0.04 97.92 0.84 0.75
Hex B2 F5 8B 1B 0 2B 4 62 54 4B
Octal 262 365 213 33 0 53 4 142 124 113
Binary 10110010 11110101 10001011 11011 0 101011 100 1100010 1010100 1001011

Color Harmonies of #B2F58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F58B

Black with #B2F58B

Text Example


Text Example

White with #B2F58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F58B; }

 p { color: rgb(178,245,139); }

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

background-color css

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

 a { background-color: rgb(178,245,139); }

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

border-color css

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

 span { border-color: rgb(178,245,139); }

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