Html Css Color HEX #B0EE84 Feijoa

📋 copy color: '#B0EE84'

red 176 ◦ green 238 ◦ blue 132

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

Shades of Feijoa #B0EE84

Tints of Feijoa #B0EE84

RGB

 RED value IS 176 (69.14% from 255) = 32.23%

 GREEN value IS 238 (93.36% from 255) = 43.59%

 BLUE value IS 132 (51.95% from 255) = 24.18%

R = 32.23%
G = 43.59%
B = 24.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#B0EE84 (or 0xB0EE84) is known color: Feijoa. HEX triplet: B0, EE and 84. RGB value is (176,238,132). Sum of RGB (Red+Green+Blue) = 176+238+132=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 238 (93.36% from 255 or 43.59% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EE84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EE84 is #4F117B. Grayscale: #CFCFCF. Windows color (decimal): -5181820 or 8711856. OLE color: 8711856.

HSL color Cylindrical-coordinate representation of color #B0EE84: hue angle of 95.09º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0EE84 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 238 132 -
CMYK 0.26 0 0.45 0.07
HSL 95.09º 0.76% 0.73% -
HSV(B) 95.09º 0.45% 0.93% -
XYZ 52.64 72.05 32.96 -
YUV 207.38 85.46 105.62 -
System Red Green Blue C M Y K H S L
Decimal 176 238 132 0.26 0 0.45 0.07 95.09 0.76 0.73
Hex B0 EE 84 1A 0 2D 7 5F 4C 49
Octal 260 356 204 32 0 55 7 137 114 111
Binary 10110000 11101110 10000100 11010 0 101101 111 1011111 1001100 1001001

Color Harmonies of #B0EE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EE84

Black with #B0EE84

Text Example


Text Example

White with #B0EE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EE84; }

 p { color: rgb(176,238,132); }

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

background-color css

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

 a { background-color: rgb(176,238,132); }

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

border-color css

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

 span { border-color: rgb(176,238,132); }

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