Html Css Color HEX #B0F383 Feijoa

📋 copy color: '#B0F383'

red 176 ◦ green 243 ◦ blue 131

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

Shades of Feijoa #B0F383

Tints of Feijoa #B0F383

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.18%

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

R = 32%
G = 44.18%
B = 23.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#B0F383 (or 0xB0F383) is known color: Feijoa. HEX triplet: B0, F3 and 83. RGB value is (176,243,131). Sum of RGB (Red+Green+Blue) = 176+243+131=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 131 (51.56% from 255 or 23.82% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F383 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F383 is #4F0C7C. Grayscale: #D2D2D2. Windows color (decimal): -5180541 or 8647600. OLE color: 8647600.

HSL color Cylindrical-coordinate representation of color #B0F383: hue angle of 95.89º degrees, saturation: 0.82, 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 #B0F383 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 243 131 -
CMYK 0.28 0 0.46 0.05
HSL 95.89º 0.82% 0.73% -
HSV(B) 95.89º 0.46% 0.95% -
XYZ 54.05 74.97 33.09 -
YUV 210.2 83.3 103.61 -
System Red Green Blue C M Y K H S L
Decimal 176 243 131 0.28 0 0.46 0.05 95.89 0.82 0.73
Hex B0 F3 83 1C 0 2E 5 60 52 49
Octal 260 363 203 34 0 56 5 140 122 111
Binary 10110000 11110011 10000011 11100 0 101110 101 1100000 1010010 1001001

Color Harmonies of #B0F383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F383

Black with #B0F383

Text Example


Text Example

White with #B0F383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F383; }

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

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

background-color css

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

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

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

border-color css

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

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

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