Html Css Color HEX #B0F283 Feijoa

📋 copy color: '#B0F283'

red 176 ◦ green 242 ◦ blue 131

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

Shades of Feijoa #B0F283

Tints of Feijoa #B0F283

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.08%

 BLUE value IS 131 (51.56% from 255) = 23.86%

R = 32.06%
G = 44.08%
B = 23.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#B0F283 (or 0xB0F283) is known color: Feijoa. HEX triplet: B0, F2 and 83. RGB value is (176,242,131). Sum of RGB (Red+Green+Blue) = 176+242+131=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 131 (51.56% from 255 or 23.86% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F283 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F283 is #4F0D7C. Grayscale: #D1D1D1. Windows color (decimal): -5180797 or 8647344. OLE color: 8647344.

HSL color Cylindrical-coordinate representation of color #B0F283: hue angle of 95.68º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0F283 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 242 131 -
CMYK 0.27 0 0.46 0.05
HSL 95.68º 0.81% 0.73% -
HSV(B) 95.68º 0.46% 0.95% -
XYZ 53.75 74.37 33 -
YUV 209.61 83.63 104.03 -
System Red Green Blue C M Y K H S L
Decimal 176 242 131 0.27 0 0.46 0.05 95.68 0.81 0.73
Hex B0 F2 83 1B 0 2E 5 60 51 49
Octal 260 362 203 33 0 56 5 140 121 111
Binary 10110000 11110010 10000011 11011 0 101110 101 1100000 1010001 1001001

Color Harmonies of #B0F283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F283

Black with #B0F283

Text Example


Text Example

White with #B0F283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F283; }

 p { color: rgb(176,242,131); }

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

background-color css

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

 a { background-color: rgb(176,242,131); }

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

border-color css

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

 span { border-color: rgb(176,242,131); }

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